Fix crash

This commit is contained in:
twinaphex 2017-09-30 16:55:50 +02:00
parent 2a8b74eeb9
commit 4dd6c7fac7
1 changed files with 0 additions and 2 deletions

View File

@ -1018,8 +1018,6 @@ static void xmb_update_thumbnail_path(void *data, unsigned i)
end:
menu_entry_free(&entry);
if (!string_is_empty(tmp))
free(tmp);
free(tmp_new);
}