possible double delete
This commit is contained in:
@ -31,7 +31,5 @@ int customSetup() {
|
||||
}
|
||||
|
||||
int customTeardown() {
|
||||
ObjectManager* objMan = ObjectManager::instance();
|
||||
delete objMan;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user