mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-18 00:18:22 +00:00
(XMB) Free menu_stack_old and selection_buf_old
This commit is contained in:
parent
d52a1b20e3
commit
866654e3c9
@ -1584,6 +1584,9 @@ static void xmb_free(void *data)
|
||||
if (!xmb)
|
||||
return;
|
||||
|
||||
free(xmb->menu_stack_old);
|
||||
free(xmb->selection_buf_old);
|
||||
|
||||
gl_coord_array_free(&xmb->raster_block.carr);
|
||||
|
||||
free(menu->userdata);
|
||||
|
Loading…
x
Reference in New Issue
Block a user