Various mem leaks related to CValue reference count fixed
This commit is contained in:
@@ -174,6 +174,8 @@ void BL_ConvertControllers(
|
||||
gameobj->AddController(gamecontroller);
|
||||
|
||||
converter->RegisterGameController(gamecontroller, bcontr);
|
||||
//done with gamecontroller
|
||||
gamecontroller->Release();
|
||||
}
|
||||
|
||||
bcontr = bcontr->next;
|
||||
|
||||
Reference in New Issue
Block a user