mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
fix some UB
This commit is contained in:
@ -451,6 +451,7 @@ void UnloadCheats()
|
||||
{
|
||||
delete CheatFile;
|
||||
CheatFile = nullptr;
|
||||
AREngine::SetCodeFile(nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user