(iOS) Fix small memory leak

This commit is contained in:
twinaphex 2019-05-31 16:00:51 +02:00
parent ca33665287
commit 7ee5b187f9

View File

@ -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
}