mirror of https://github.com/snes9xgit/snes9x.git
Fix 2MB leak on core unload.
This commit is contained in:
parent
2397f6ab17
commit
dacade0113
|
@ -585,6 +585,8 @@ void retro_deinit()
|
|||
Memory.Deinit();
|
||||
S9xGraphicsDeinit();
|
||||
S9xUnmapAllControls();
|
||||
|
||||
free(GFX.Screen);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue