mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Cleanups
This commit is contained in:
parent
6c20d17f16
commit
ca657a6648
@ -187,8 +187,7 @@ int menu_common_load_content(
|
||||
void menu_free(menu_handle_t *menu)
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
menu_display_t *disp = menu_display_get_ptr();
|
||||
if (!menu || !disp)
|
||||
if (!menu)
|
||||
return;
|
||||
|
||||
if (menu->playlist)
|
||||
|
Loading…
x
Reference in New Issue
Block a user