8df1106957
CID 11388: Resource leak in object (CTOR_DTOR_LEAK) Allocating memory by calling "new char[numBytes]". Assigning: "this->_startPtr" = "new char[numBytes]". The constructor allocates field "_startPtr" of "struct DataConverter" but there is no destructor. Assigning: "this->_currentPtr" = "new char[numBytes]". The constructor allocates field "_currentPtr" of "struct DataConverter" but there is no destructor. |
||
---|---|---|
.. | ||
Cluster.cpp | ||
Cluster.h | ||
CMakeLists.txt | ||
ExportHTML.cpp | ||
ExportHTML.h | ||
PointsEventHandler.cpp | ||
PointsEventHandler.h | ||
present3D.cpp | ||
ReadShowFile.cpp | ||
ReadShowFile.h | ||
SDLIntegration.cpp | ||
SDLIntegration.h | ||
ShowEventHandler.cpp | ||
ShowEventHandler.h | ||
SpellChecker.cpp | ||
SpellChecker.h |