diff options
author | Avuton Olrich <avuton@gmail.com> | 2011-12-10 18:43:36 -0800 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-12-12 09:20:00 +0100 |
commit | f5d3859238538dba15d8a972594ad0a5a5f7edda (patch) | |
tree | fc6ff758ce7ef1183978ce0150ce340c5ca68640 /src/cmdline.c | |
parent | ef39da59731afd37f5e511caf1cf6ce71fd0d38b (diff) | |
download | mpd-f5d3859238538dba15d8a972594ad0a5a5f7edda.tar.gz mpd-f5d3859238538dba15d8a972594ad0a5a5f7edda.tar.xz mpd-f5d3859238538dba15d8a972594ad0a5a5f7edda.zip |
cmdline: Remove duplicate g_free()s
Diffstat (limited to 'src/cmdline.c')
-rw-r--r-- | src/cmdline.c | 2 |
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;; |