[glib] Revert "gdbus-connection-loss: Fix leak in test"



commit ce35c08c5702b31676ff0db4412864ca55247913
Author: Ryan Lortie <desrt desrt ca>
Date:   Mon Nov 11 23:11:55 2013 -0500

    Revert "gdbus-connection-loss: Fix leak in test"
    
    This reverts commit 670379b26f4a86c7b51b928eb0332b9a654e4c4c.
    
    This is causing distcheck to fail and will have to be revisited later.

 gio/tests/gdbus-connection-loss.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gio/tests/gdbus-connection-loss.c b/gio/tests/gdbus-connection-loss.c
index 2a6e619..ed4142d 100644
--- a/gio/tests/gdbus-connection-loss.c
+++ b/gio/tests/gdbus-connection-loss.c
@@ -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;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]