summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plist.c b/src/plist.c
index eeb4ffd..940362e 100644
--- a/src/plist.c
+++ b/src/plist.c
@@ -459,9 +459,6 @@ void plist_dict_merge(plist_t *target, plist_t source)
459 if (!key) 459 if (!key)
460 break; 460 break;
461 461
462 if (plist_dict_get_item(*target, key) != NULL)
463 plist_dict_remove_item(*target, key);
464
465 plist_dict_set_item(*target, key, plist_copy(subnode)); 462 plist_dict_set_item(*target, key, plist_copy(subnode));
466 free(key); 463 free(key);
467 key = NULL; 464 key = NULL;