Nasty memleak crashing devices and its fix. #664

thanks zethfox
This commit is contained in:
Anthony Calosa
2016-05-26 09:42:17 +08:00
parent f5d00ddbef
commit 7a34543004

View File

@@ -1157,6 +1157,11 @@ void GameObserver::Affinity()
}
}
SAFE_DELETE(original);
SAFE_DELETE(alternate);
SAFE_DELETE(buyback);
SAFE_DELETE(flashback);
SAFE_DELETE(retrace);
}//end
}
}