aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-config-listener.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-03-06 13:40:18 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-03-06 13:40:18 +0800
commit83c00f8e8dd410bbc75a55600bdfc312774f3e52 (patch)
tree9ec4f393840ac66676d43cdafb476517d628a753 /plugins/exchange-operations/exchange-config-listener.c
parented27f0db521db046e62c86b3255bc1d77f2ee790 (diff)
downloadgsoc2013-evolution-83c00f8e8dd410bbc75a55600bdfc312774f3e52.tar
gsoc2013-evolution-83c00f8e8dd410bbc75a55600bdfc312774f3e52.tar.gz
gsoc2013-evolution-83c00f8e8dd410bbc75a55600bdfc312774f3e52.tar.bz2
gsoc2013-evolution-83c00f8e8dd410bbc75a55600bdfc312774f3e52.tar.lz
gsoc2013-evolution-83c00f8e8dd410bbc75a55600bdfc312774f3e52.tar.xz
gsoc2013-evolution-83c00f8e8dd410bbc75a55600bdfc312774f3e52.tar.zst
gsoc2013-evolution-83c00f8e8dd410bbc75a55600bdfc312774f3e52.zip
Freeing GConfValue. See #329251.
svn path=/trunk/; revision=31650
Diffstat (limited to 'plugins/exchange-operations/exchange-config-listener.c')
-rw-r--r--plugins/exchange-operations/exchange-config-listener.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-config-listener.c b/plugins/exchange-operations/exchange-config-listener.c
index 04cd5e92bc..341c3b4234 100644
--- a/plugins/exchange-operations/exchange-config-listener.c
+++ b/plugins/exchange-operations/exchange-config-listener.c
@@ -1085,6 +1085,7 @@ exchange_config_listener_get_offline_status (ExchangeConfigListener *excl,
else
*mode = ONLINE_MODE;
+ gconf_value_free (value);
return status;
}