aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2011-12-10 18:43:36 -0800
committerMax Kellermann <max@duempel.org>2011-12-12 09:20:00 +0100
commitf5d3859238538dba15d8a972594ad0a5a5f7edda (patch)
treefc6ff758ce7ef1183978ce0150ce340c5ca68640
parentef39da59731afd37f5e511caf1cf6ce71fd0d38b (diff)
downloadmpd-f5d3859238538dba15d8a972594ad0a5a5f7edda.tar.gz
mpd-f5d3859238538dba15d8a972594ad0a5a5f7edda.tar.xz
mpd-f5d3859238538dba15d8a972594ad0a5a5f7edda.zip
cmdline: Remove duplicate g_free()s
-rw-r--r--src/cmdline.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmdline.c b/src/cmdline.c
index 2c1db890b..d986c8eb8 100644
--- a/src/cmdline.c
+++ b/src/cmdline.c
@@ -194,8 +194,6 @@ parse_cmdline(int argc, char **argv, struct options *options,
if(g_file_test(system_path,
G_FILE_TEST_IS_REGULAR)) {
ret = config_read_file(system_path,error_r);
- g_free(system_path);
- g_free(&system_config_dirs);
break;
}
++i;;