mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(Menu) Actually free menu in menu_free()
This commit is contained in:
parent
866654e3c9
commit
1532ab3a58
@ -275,6 +275,8 @@ void menu_free(menu_handle_t *menu)
|
||||
|
||||
if (global->core_info_current)
|
||||
free(global->core_info_current);
|
||||
|
||||
free(menu);
|
||||
}
|
||||
|
||||
void menu_apply_deferred_settings(void)
|
||||
|
Loading…
Reference in New Issue
Block a user