diff options
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } } |