Details
-
Bug
-
Resolution: Won't Do
-
P4: Low
-
None
-
5.15
Description
Coverity reports a potential memory leak in CppParser, which instantiates a ParseResults object with operator new in the constructor, but doesn't have a destructor. While the object is deleted in reportResults, there are code paths where this doesn't happen.
Attachments
Issue Links
- mentioned in
-
Page Loading...