mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
(OSK PS3) Fix free
This commit is contained in:
parent
8ce8051654
commit
f9b502773d
@ -467,7 +467,7 @@ void menu_free(void)
|
|||||||
|
|
||||||
#ifdef HAVE_OSK
|
#ifdef HAVE_OSK
|
||||||
if (osk)
|
if (osk)
|
||||||
osk->free(osk);
|
free(osk);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
file_list_free(rgui->menu_stack);
|
file_list_free(rgui->menu_stack);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user