[gnome-initial-setup/shell/4765: 319/362] location: plug a memory leak



commit e3ca37c286c49ef30602049709fc32e860b59591
Author: Cosimo Cecchi <cosimo endlesm com>
Date:   Tue Dec 30 16:09:32 2014 +0800

    location: plug a memory leak

 .../pages/location/cc-timezone-monitor.c           |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/pages/location/cc-timezone-monitor.c 
b/gnome-initial-setup/pages/location/cc-timezone-monitor.c
index b3bf825..487bb45 100644
--- a/gnome-initial-setup/pages/location/cc-timezone-monitor.c
+++ b/gnome-initial-setup/pages/location/cc-timezone-monitor.c
@@ -351,6 +351,8 @@ on_get_client_ready (GObject      *source_object,
                                           priv->cancellable,
                                           on_client_proxy_ready,
                                           self);
+
+        g_free (client_path);
 }
 
 static void


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