mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +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)
|
void menu_free(menu_handle_t *menu)
|
||||||
{
|
{
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
menu_display_t *disp = menu_display_get_ptr();
|
if (!menu)
|
||||||
if (!menu || !disp)
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (menu->playlist)
|
if (menu->playlist)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user