mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Protect against a double free.
This commit is contained in:
parent
973e21b8d9
commit
f5abbe35ae
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ void __CheatShutdown() {
|
|||
if (cheatEngine != 0) {
|
||||
cheatEngine->Exit();
|
||||
delete cheatEngine;
|
||||
cheatEngine = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue