mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix autosave toggle bug.
This commit is contained in:
parent
2d840ef826
commit
a58cb16367
@ -1722,6 +1722,7 @@ void rarch_deinit_autosave(void)
|
||||
for (i = 0; i < g_extern.num_autosave; i++)
|
||||
autosave_free(g_extern.autosave[i]);
|
||||
free(g_extern.autosave);
|
||||
g_extern.autosave = NULL;
|
||||
g_extern.num_autosave = 0;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user