diff options
Diffstat (limited to 'src/bplist.c')
-rw-r--r-- | src/bplist.c | 1 |
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) } *plist = nodeslist[root_object]; + free(nodeslist); } static guint plist_data_hash(gconstpointer key) |