cmdline: Remove duplicate g_free()s

This commit is contained in:
Avuton Olrich 2011-12-10 18:43:36 -08:00 committed by Max Kellermann
parent ef39da5973
commit f5d3859238

View File

@ -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;;