1
0
Fork 0

Mathias Frhlich:

While digging in flightgears lost memory, I found that endless loop.
This commit is contained in:
ehofman 2005-11-27 09:50:26 +00:00
parent 0db0e1992e
commit 388ddb244f

View file

@ -63,6 +63,7 @@ FGAIManager::~FGAIManager() {
while (i != loadedModels.end())
{
i->getModelId()->deRef();
++i;
}
}