mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
gdbus-connection-loss: Fix leak in test
https://gitlab.gnome.org/GNOME/glib/issues/786
This commit is contained in:
parent
2a1404ac21
commit
92a01e2280
@ -136,7 +136,10 @@ main (int argc,
|
|||||||
|
|
||||||
ret = g_test_run();
|
ret = g_test_run();
|
||||||
|
|
||||||
|
session_bus_down ();
|
||||||
|
|
||||||
g_object_unref (c);
|
g_object_unref (c);
|
||||||
|
g_main_loop_unref (loop);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user