cmdline: Remove duplicate g_free()s
This commit is contained in:
parent
ef39da5973
commit
f5d3859238
@ -194,8 +194,6 @@ parse_cmdline(int argc, char **argv, struct options *options,
|
|||||||
if(g_file_test(system_path,
|
if(g_file_test(system_path,
|
||||||
G_FILE_TEST_IS_REGULAR)) {
|
G_FILE_TEST_IS_REGULAR)) {
|
||||||
ret = config_read_file(system_path,error_r);
|
ret = config_read_file(system_path,error_r);
|
||||||
g_free(system_path);
|
|
||||||
g_free(&system_config_dirs);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
++i;;
|
++i;;
|
||||||
|
Loading…
Reference in New Issue
Block a user