[Xfce4-commits] <xfce4-weather-plugin:master> Free saved_proxy_host.
Harald Judt
noreply at xfce.org
Wed Jul 18 12:06:03 CEST 2012
Updating branch refs/heads/master
to 40e64e797dc722e4f971f24f08209ef702e6d93e (commit)
from 60881be1b2bb12fbcafb3c2d09e03baeee6a6596 (commit)
commit 40e64e797dc722e4f971f24f08209ef702e6d93e
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Jul 18 12:04:30 2012 +0200
Free saved_proxy_host.
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 ec20d9c..c95cccb 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -1029,6 +1029,7 @@ xfceweather_free (XfcePanelPlugin *plugin,
g_free (data->lon);
g_free (data->location_name);
g_free (data->proxy_host);
+ g_free (data->saved_proxy_host);
/* Free Array */
g_array_free (data->labels, TRUE);
More information about the Xfce4-commits
mailing list