(XMB) xmb_node_allocate_userdata - call file_list_free_actiondata
first before calling file_list_set_actiondata
This commit is contained in:
parent
0bfd3433ff
commit
f474e10c75
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue