Mathias Frhlich:
While digging in flightgears lost memory, I found that endless loop.
This commit is contained in:
parent
0db0e1992e
commit
388ddb244f
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ FGAIManager::~FGAIManager() {
|
|||
while (i != loadedModels.end())
|
||||
{
|
||||
i->getModelId()->deRef();
|
||||
++i;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue