accumulator: Fix leak in test
authorStef Walter <stefw@gnome.org>
Sun, 10 Nov 2013 14:55:35 +0000 (15:55 +0100)
committerStef Walter <stefw@gnome.org>
Mon, 11 Nov 2013 06:26:20 +0000 (07:26 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=711779

tests/gobject/accumulator.c

index f8a6c12..f994a76 100644 (file)
@@ -303,5 +303,7 @@ main (int   argc,
   g_variant_unref (variant_result);
   g_assert (variant_finalised);
 
+  g_object_unref (object);
+
   return 0;
 }