1
0
Fork 0

REVIEW: Memory Leak - wxRadarBg::init()

277,296 (16 direct, 277,280 indirect) bytes in 1 blocks are definitely lost
This commit is contained in:
Scott Giese 2020-08-22 16:53:10 -05:00
parent 94ff2f8ee4
commit 9d4a940bc0

View file

@ -242,6 +242,7 @@ wxRadarBg::init ()
osg::Camera *camera = _odg->getCamera();
camera->addChild(_radarGeode.get());
// REVIEW: Memory Leak - 277,296 (16 direct, 277,280 indirect) bytes in 1 blocks are definitely lost
camera->addChild(_textGeode.get());
updateFont();