mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
signals: Fix leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=711779
This commit is contained in:
@@ -131,5 +131,6 @@ main (int argc,
|
|||||||
g_assert (!callback3_ran);
|
g_assert (!callback3_ran);
|
||||||
g_assert (default_handler_ran);
|
g_assert (default_handler_ran);
|
||||||
|
|
||||||
|
g_object_unref (object);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user