mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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:
|
||||
if (list)
|
||||
file_list_free(list);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user