1
0
Fork 0

Remove ssg kids in a an attepmpt to fix one memory leak. We think the

remaining leak is ssg's fault.
This commit is contained in:
curt 1999-10-01 20:36:16 +00:00
parent 2375ae99e3
commit 5d9577f806

View file

@ -114,6 +114,7 @@ FGTileEntry::free_tile()
FG_LOG( FG_TERRAIN, FG_DEBUG,
"Found a kid to delete " << kid);
found_kid = true;
parent->removeKid( i );
}
}
if ( ! found_kid ) {