mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-22 02:44:38 +00:00
(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…
x
Reference in New Issue
Block a user