Files
OpenSceneGraph/src/osgPlugins/bsp
Robert Osfield 31aa1cdfee Fixed Coverity reported issues.
CID 11389: Resource leak in object (CTOR_DTOR_LEAK)
Allocating memory by calling "new bsp::VBSPData".
Assigning: "this->bsp_data" = "new bsp::VBSPData".
The constructor allocates field "bsp_data" of "struct bsp::VBSPReader" but the destructor and whatever functions it calls do not free it.
2011-05-06 09:20:06 +00:00
..
2011-05-06 09:20:06 +00:00
2011-05-06 09:20:06 +00:00
2011-05-06 09:20:06 +00:00