mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Be more careful with dangling pointer
This commit is contained in:
parent
8784d21c74
commit
3b24565b66
@ -221,6 +221,7 @@ static config_file_t *core_info_list_iterate(
|
||||
path_basedir,
|
||||
info_path_base, info_path_base_size);
|
||||
free(info_path_base);
|
||||
info_path_base = NULL;
|
||||
|
||||
if (path_is_valid(info_path))
|
||||
conf = config_file_read(info_path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user