diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/userpref.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/userpref.c b/common/userpref.c index c76fca5..cd8b229 100644 --- a/common/userpref.c +++ b/common/userpref.c | |||
| @@ -327,7 +327,6 @@ static int internal_get_value(const char* config_file, const char *key, plist_t | |||
| 327 | plist_t n = plist_dict_get_item(config, key); | 327 | plist_t n = plist_dict_get_item(config, key); |
| 328 | if (n) { | 328 | if (n) { |
| 329 | *value = plist_copy(n); | 329 | *value = plist_copy(n); |
| 330 | plist_free(n); | ||
| 331 | n = NULL; | 330 | n = NULL; |
| 332 | } | 331 | } |
| 333 | } | 332 | } |
