mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Revert "gdbus-connection-loss: Fix leak in test"
This reverts commit 670379b26f
.
This is causing distcheck to fail and will have to be revisited later.
This commit is contained in:
parent
5c4f3f4dab
commit
ce35c08c57
@ -139,10 +139,7 @@ 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