diff --git a/simgear/scene/material/matlib.cxx b/simgear/scene/material/matlib.cxx index 3459d7e0..353d123d 100644 --- a/simgear/scene/material/matlib.cxx +++ b/simgear/scene/material/matlib.cxx @@ -97,6 +97,7 @@ bool SGMaterialLib::load( const SGPath &fg_root, const SGPath& mpath, } // Read list of areas + // REVIEW: Memory Leak - 10,240 (1,440 direct, 8,800 indirect) bytes in 60 blocks are definitely lost AreaList* arealist = new AreaList; const simgear::PropertyList areas = node->getChildren("area");