summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-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
plist_t n = plist_dict_get_item(config, key);
if (n) {
*value = plist_copy(n);
- plist_free(n);
n = NULL;
}
}