From aa3a4c8d45be9da585d1aae141a546cfbbdf509f Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sat, 14 Feb 2009 17:32:19 +0100 Subject: Fix some memory leaks. --- src/bplist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bplist.c') 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) -- cgit v1.1-32-gdbae