Revert "gdbus-connection-loss: Fix leak in test"
[platform/upstream/glib.git] / gio / tests / gdbus-connection-loss.c
index 2a6e619..ed4142d 100644 (file)
@@ -139,10 +139,7 @@ main (int   argc,
 
   ret = g_test_run();
 
-  session_bus_down ();
-
   g_object_unref (c);
-  g_main_loop_unref (loop);
 
   return ret;
 }