[gnome-control-center/gnome-3-14] network: Fix reference leak of NetVpn



commit 17855e7ae7dd2242d22d9d8c6113b57f5841c5ea
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Mar 18 18:14:48 2015 +0100

    network: Fix reference leak of NetVpn
    
    The only reference is owned by the devices GtkListStore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746411

 panels/network/cc-network-panel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/network/cc-network-panel.c b/panels/network/cc-network-panel.c
index 28f6158..a8b9b5b 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -1164,6 +1164,7 @@ panel_add_vpn_device (CcNetworkPanel *panel, NMConnection *connection)
                             PANEL_DEVICES_COLUMN_OBJECT, net_vpn,
                             -1);
         g_free (title);
+        g_object_unref (net_vpn);
 }
 
 static void


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