signals: Fix leak in test

https://bugzilla.gnome.org/show_bug.cgi?id=711779
This commit is contained in:
Stef Walter 2013-11-10 15:56:59 +01:00
parent 1b9662046f
commit d8722441d1

View File

@ -131,5 +131,6 @@ main (int argc,
g_assert (!callback3_ran);
g_assert (default_handler_ran);
g_object_unref (object);
return 0;
}