(XMB) Fix memory leak
This commit is contained in:
parent
acb4682781
commit
9cf654367a
|
@ -2471,6 +2471,7 @@ static void xmb_context_destroy(void *data)
|
|||
menu_display_texture_unload((uintptr_t*)&xmb->textures.list[i].id);
|
||||
|
||||
xmb_context_destroy_horizontal_list(xmb);
|
||||
xmb_context_bg_destroy(xmb);
|
||||
|
||||
menu_display_free_main_font();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue