[Xfce4-commits] <xfce4-weather-plugin:master> Free short location name in xfceweather_free().
Harald Judt
noreply at xfce.org
Sun Jul 15 21:50:01 CEST 2012
Updating branch refs/heads/master
to 7051b709c85af72e2cdbb8b13a86590661c3038a (commit)
from 8ba1f2388d63cd5b2cebc576c82d77de46037f21 (commit)
commit 7051b709c85af72e2cdbb8b13a86590661c3038a
Author: Harald Judt <h.judt at 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 */
More information about the Xfce4-commits
mailing list