This commit is contained in:
twinaphex 2015-09-25 22:01:34 +02:00
parent 6c20d17f16
commit ca657a6648

View File

@ -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)