summaryrefslogtreecommitdiffstats
path: root/src/bplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bplist.c')
-rw-r--r--src/bplist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bplist.c b/src/bplist.c
index 003bff1..d848e6a 100644
--- a/src/bplist.c
+++ b/src/bplist.c
@@ -487,6 +487,7 @@ void plist_from_bin(const char *plist_bin, uint32_t length, plist_t * plist)
487 } 487 }
488 488
489 *plist = nodeslist[root_object]; 489 *plist = nodeslist[root_object];
490 free(nodeslist);
490} 491}
491 492
492static guint plist_data_hash(gconstpointer key) 493static guint plist_data_hash(gconstpointer key)