mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 22:20:31 +00:00
set global->core_info_current to NULL in menu_free
This commit is contained in:
parent
b08268bc44
commit
c46c2f68ee
@ -275,6 +275,7 @@ void menu_free(menu_handle_t *menu)
|
|||||||
|
|
||||||
if (global->core_info_current)
|
if (global->core_info_current)
|
||||||
free(global->core_info_current);
|
free(global->core_info_current);
|
||||||
|
global->core_info_current = NULL;
|
||||||
|
|
||||||
menu_driver_unset_alive();
|
menu_driver_unset_alive();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user