From f5d3859238538dba15d8a972594ad0a5a5f7edda Mon Sep 17 00:00:00 2001
From: Avuton Olrich <avuton@gmail.com>
Date: Sat, 10 Dec 2011 18:43:36 -0800
Subject: [PATCH] cmdline: Remove duplicate g_free()s

---
 src/cmdline.c | 2 --
 1 file changed, 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;;