(OSK PS3) Fix free

This commit is contained in:
twinaphex 2013-11-12 20:02:25 +01:00
parent 8ce8051654
commit f9b502773d

View File

@ -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);