mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(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…
x
Reference in New Issue
Block a user