mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 14:53:39 +00:00
(menu_displaylist) Fix leak in menu_displaylist_parse_database_entry()
This commit is contained in:
parent
6b8ebcbae1
commit
c2904e5b3f
@ -1293,6 +1293,7 @@ static int menu_displaylist_parse_database_entry(menu_displaylist_info_t *info)
|
||||
0, 0, 0);
|
||||
|
||||
content_playlist_free(playlist);
|
||||
database_info_list_free(db_info);
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user