(XMB) Get rid of signal SIGABRT

This commit is contained in:
Twinaphex 2015-06-11 20:17:34 +02:00
parent 698e66be57
commit e569cd6ec4

View File

@ -1909,8 +1909,6 @@ static void xmb_list_insert(file_list_t *list,
node->zoom = xmb->item.active.zoom;
}
if (list->list[i].userdata)
free(list->list[i].userdata);
list->list[i].userdata = (xmb_node_t*)node;
}