mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
(iOS) Fix small memory leak
This commit is contained in:
parent
ca33665287
commit
7ee5b187f9
@ -2300,6 +2300,7 @@ void config_set_defaults(void)
|
||||
fill_pathname_join(config_file_path, settings->paths.directory_menu_config, file_path_str(FILE_PATH_MAIN_CONFIG), config_file_path_size);
|
||||
path_set(RARCH_PATH_CONFIG,
|
||||
config_file_path);
|
||||
free(config_file_path);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user