summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 0dcb062..9c9233a 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -290,7 +290,6 @@ static int internal_get_value(const char* config_file, const char *key, plist_t
290 plist_t n = plist_dict_get_item(config, key); 290 plist_t n = plist_dict_get_item(config, key);
291 if (n) { 291 if (n) {
292 *value = plist_copy(n); 292 *value = plist_copy(n);
293 plist_free(n);
294 n = NULL; 293 n = NULL;
295 } 294 }
296 } 295 }