mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 13:13:57 +00:00
config file was being freed at the end of input_remapping_load_file when the menu_cbs_ok.c function was still using it afterwards - move the config_file_free outside of the function and free manually afterwards when we're done