mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-26 04:36:56 +00:00
Remove double free
This commit is contained in:
parent
1a55721c78
commit
d81f40a9e1
@ -3195,8 +3195,6 @@ bool config_save_overrides(int override_type)
|
||||
if (path_overrides)
|
||||
free(path_overrides);
|
||||
free(settings);
|
||||
if (conf)
|
||||
config_file_free(conf);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user