Commit f5d38592 authored by Avuton Olrich's avatar Avuton Olrich Committed by Max Kellermann

cmdline: Remove duplicate g_free()s

parent ef39da59
...@@ -194,8 +194,6 @@ parse_cmdline(int argc, char **argv, struct options *options, ...@@ -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;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment