1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
This commit is contained in:
twinaphex 2020-07-02 17:14:31 +02:00
parent 02ed18a93d
commit 21c3072ffb

View File

@ -4130,10 +4130,7 @@ static bool menu_displaylist_push_internal(
if (menu_displaylist_ctl(
DISPLAYLIST_DATABASE_PLAYLISTS, info))
{
free(info->path);
return true;
}
}
else if (string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_ADD_TAB)))
{