mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gtestdbus: Fix leak of GMainLoop
https://bugzilla.gnome.org/show_bug.cgi?id=711808
This commit is contained in:
parent
6294d73023
commit
419b47e166
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user