mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 04:31:19 +00:00
(XMB) Get rid of signal SIGABRT
This commit is contained in:
parent
698e66be57
commit
e569cd6ec4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user