Ifdef libretro_free_system_info with HAVE_DYNAMIC

This commit is contained in:
twinaphex 2014-03-06 02:14:38 +01:00
parent f7c532ea30
commit 29293476c1

View File

@ -462,7 +462,9 @@ void menu_free(void)
if (menu_ctx && menu_ctx->free)
menu_ctx->free(rgui);
#ifdef HAVE_DYNAMIC
libretro_free_system_info(&rgui->info);
#endif
file_list_free(rgui->menu_stack);
file_list_free(rgui->selection_buf);