mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(OSK PS3) Fix free
This commit is contained in:
parent
8ce8051654
commit
f9b502773d
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ void menu_free(void)
|
|||
|
||||
#ifdef HAVE_OSK
|
||||
if (osk)
|
||||
osk->free(osk);
|
||||
free(osk);
|
||||
#endif
|
||||
|
||||
file_list_free(rgui->menu_stack);
|
||||
|
|
Loading…
Add table
Reference in a new issue