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. |
||
---|---|---|
.. | ||
osgarchive | ||
osgconv | ||
osgfilecache | ||
osgversion | ||
osgviewer | ||
present3D | ||
CMakeLists.txt |