Various mem leaks related to CValue reference count fixed

This commit is contained in:
Benoit Bolsee
2008-03-01 19:46:50 +00:00
parent 44314581dc
commit 0db0f5734d
17 changed files with 224 additions and 49 deletions

View File

@@ -174,6 +174,8 @@ void BL_ConvertControllers(
gameobj->AddController(gamecontroller);
converter->RegisterGameController(gamecontroller, bcontr);
//done with gamecontroller
gamecontroller->Release();
}
bcontr = bcontr->next;