summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/lastfm.c1
1 files changed, 1 insertions, 0 deletions
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);