Updating branch refs/heads/master
         to 7051b709c85af72e2cdbb8b13a86590661c3038a (commit)
       from 8ba1f2388d63cd5b2cebc576c82d77de46037f21 (commit)

commit 7051b709c85af72e2cdbb8b13a86590661c3038a
Author: Harald Judt <h.j...@gmx.at>
Date:   Sun Jul 15 21:49:20 2012 +0200

    Free short location name in xfceweather_free().

 panel-plugin/weather.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index a216f26..c8c7750 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -1018,6 +1018,7 @@ xfceweather_free (XfcePanelPlugin  *plugin,
   g_free (data->lat);
   g_free (data->lon);
   g_free (data->location_name);
+  g_free (data->location_name_short);
   g_free (data->proxy_host);
 
   /* Free Array */
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to