From ec8b8cb00ab9c3db9fa454bf034ee489ff085899 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sat, 5 Jan 2008 21:44:44 +0100 Subject: [PATCH] Don't forget to release prop_string object --- proplib/prop1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proplib/prop1.c b/proplib/prop1.c index e1bf983..27e857d 100644 --- a/proplib/prop1.c +++ b/proplib/prop1.c @@ -36,6 +36,8 @@ int main(int argc, char *argv[]) prop_object_release(pa); errx(EXIT_FAILURE, "prop_array_add() failed\n"); } + + prop_object_release(ps); } /* Export array contents to file as XML */ -- 2.11.4.GIT