(XMB) xmb_node_allocate_userdata - call file_list_free_actiondata

first before calling file_list_set_actiondata
This commit is contained in:
Twinaphex 2015-06-11 23:21:25 +02:00
parent 0bfd3433ff
commit f474e10c75

View File

@ -652,6 +652,7 @@ static xmb_node_t *xmb_node_allocate_userdata(xmb_handle_t *xmb, unsigned i)
node->zoom = xmb->categories.active.zoom;
}
file_list_free_actiondata(xmb->horizontal_list, i);
file_list_set_actiondata(xmb->horizontal_list, i, node);
return node;