gtestdbus: Fix leak of GMainLoop

https://bugzilla.gnome.org/show_bug.cgi?id=711808
This commit is contained in:
Stef Walter 2013-11-09 20:19:44 +01:00
parent 6294d73023
commit 419b47e166

View File

@ -101,6 +101,7 @@ _g_object_unref_and_wait_weak_notify (gpointer object)
G_OBJECT (object)->ref_count);
}
g_main_loop_unref (data.loop);
return data.timed_out;
}