mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
accumulator: Fix leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=711779
This commit is contained in:
parent
5339950e25
commit
83301d8c1f
@ -303,5 +303,7 @@ main (int argc,
|
|||||||
g_variant_unref (variant_result);
|
g_variant_unref (variant_result);
|
||||||
g_assert (variant_finalised);
|
g_assert (variant_finalised);
|
||||||
|
|
||||||
|
g_object_unref (object);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user