mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02:00
gdbus-connection-loss: Fix leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=711802
This commit is contained in:
parent
14b27eaab8
commit
670379b26f
@ -139,7 +139,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…
x
Reference in New Issue
Block a user