Fix 2MB leak on core unload.

This commit is contained in:
Alcaro 2013-11-14 17:22:20 +01:00
parent 2397f6ab17
commit dacade0113
1 changed files with 2 additions and 0 deletions

View File

@ -585,6 +585,8 @@ void retro_deinit()
Memory.Deinit();
S9xGraphicsDeinit();
S9xUnmapAllControls();
free(GFX.Screen);
}