[network-manager-applet] test: balance GConfClient references



commit 1f32db01510d3e25fc16ea565a5502adbf3676f4
Author: Dan Williams <dcbw redhat com>
Date:   Mon Apr 4 14:57:58 2011 -0500

    test: balance GConfClient references

 src/gconf-helpers/tests/test-upgrade.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gconf-helpers/tests/test-upgrade.c b/src/gconf-helpers/tests/test-upgrade.c
index 2152d09..6620330 100644
--- a/src/gconf-helpers/tests/test-upgrade.c
+++ b/src/gconf-helpers/tests/test-upgrade.c
@@ -296,6 +296,8 @@ test_upgrade_08_wifi (void)
 
 	/* Now do the conversion */
 	nm_gconf_move_connections_to_system (upgrade_08_wifi_cb, NULL);
+
+	g_object_unref (client);
 }
 
 static void
@@ -357,6 +359,8 @@ test_upgrade_08_vpnc (void)
 
 	/* Now do the conversion */
 	nm_gconf_move_connections_to_system (upgrade_08_vpn_cb, NULL);
+
+	g_object_unref (client);
 }
 
 /*******************************************/



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