1
0
forked from fsfw/fsfw

possible double delete

This commit is contained in:
2022-07-25 22:36:53 +02:00
parent 747243684d
commit e48b6f1432
3 changed files with 5 additions and 7 deletions

View File

@ -31,7 +31,5 @@ int customSetup() {
}
int customTeardown() {
ObjectManager* objMan = ObjectManager::instance();
delete objMan;
return 0;
}