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)
|
if (path_overrides)
|
||||||
free(path_overrides);
|
free(path_overrides);
|
||||||
free(settings);
|
free(settings);
|
||||||
if (conf)
|
|
||||||
config_file_free(conf);
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue