diff options
Diffstat (limited to 'src/conf.c')
| -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 | |||
| 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 | } |
