mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 16:20:39 +00:00
(Menu) Don't run 'file_list_free' if handle is NULL
This commit is contained in:
parent
0b5105433f
commit
42690f334f
@ -153,6 +153,7 @@ void menu_list_destroy(file_list_t *list)
|
|||||||
}
|
}
|
||||||
|
|
||||||
end:
|
end:
|
||||||
|
if (list)
|
||||||
file_list_free(list);
|
file_list_free(list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user