maybe this teardown fixes the leak
This commit is contained in:
@ -29,3 +29,9 @@ int customSetup() {
|
||||
objMan->initialize();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int customTeardown() {
|
||||
ObjectManager* objMan = ObjectManager::instance();
|
||||
delete objMan;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user