mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(XMB) Fix leak
This commit is contained in:
parent
db0dcb64fa
commit
ca93308c9b
@ -1569,7 +1569,7 @@ static void xmb_free(void *data)
|
||||
free(xmb->menu_stack_old);
|
||||
xmb->menu_stack_old = NULL;
|
||||
if (xmb->selection_buf_old)
|
||||
free(xmb->selection_buf_old);
|
||||
file_list_free(xmb->selection_buf_old);
|
||||
xmb->selection_buf_old = NULL;
|
||||
if (xmb->horizontal_list)
|
||||
file_list_free(xmb->horizontal_list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user