1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-29 05:13:30 +02:00

accumulator: Fix leak in test

https://bugzilla.gnome.org/show_bug.cgi?id=711779
This commit is contained in:
Stef Walter
2013-11-10 15:55:35 +01:00
parent 5339950e25
commit 83301d8c1f

@@ -303,5 +303,7 @@ main (int argc,
g_variant_unref (variant_result);
g_assert (variant_finalised);
g_object_unref (object);
return 0;
}