From 75b2da5c7ab481992dec69a7aead04ef3dbb3609 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 2 Sep 2014 18:40:39 +0200 Subject: tests/lastfm: Fix memory leak https://bugzilla.gnome.org/show_bug.cgi?id=735921 --- tests/lastfm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lastfm.c b/tests/lastfm.c index 4b281ae..fba2fe2 100644 --- a/tests/lastfm.c +++ b/tests/lastfm.c @@ -79,6 +79,7 @@ main (int argc, char **argv) g_assert_cmpstr (node->content, ==, USERNAME); rest_xml_node_unref (root); + g_object_unref (parser); g_object_unref (call); g_object_unref (proxy); -- cgit v1.2.1