aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-contacts.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-02-10 13:47:00 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-02-10 13:47:00 +0800
commitff98640ae22292d54c59d31ddaa4c196009101d7 (patch)
treed550c1e5105c67c06c92d9eb202addc902d0f57b /plugins/exchange-operations/exchange-contacts.c
parentd45a46cff44dd4669c2d0203212e31f9e9992bc8 (diff)
downloadgsoc2013-evolution-ff98640ae22292d54c59d31ddaa4c196009101d7.tar
gsoc2013-evolution-ff98640ae22292d54c59d31ddaa4c196009101d7.tar.gz
gsoc2013-evolution-ff98640ae22292d54c59d31ddaa4c196009101d7.tar.bz2
gsoc2013-evolution-ff98640ae22292d54c59d31ddaa4c196009101d7.tar.lz
gsoc2013-evolution-ff98640ae22292d54c59d31ddaa4c196009101d7.tar.xz
gsoc2013-evolution-ff98640ae22292d54c59d31ddaa4c196009101d7.tar.zst
gsoc2013-evolution-ff98640ae22292d54c59d31ddaa4c196009101d7.zip
Freeing uri_text. See #329251.
svn path=/trunk/; revision=31468
Diffstat (limited to 'plugins/exchange-operations/exchange-contacts.c')
-rw-r--r--plugins/exchange-operations/exchange-contacts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-contacts.c b/plugins/exchange-operations/exchange-contacts.c
index 164a314549..d9edbfa878 100644
--- a/plugins/exchange-operations/exchange-contacts.c
+++ b/plugins/exchange-operations/exchange-contacts.c
@@ -417,5 +417,6 @@ done:
g_free (path);
g_free (oldpath);
g_free (contacts_old_src_uri);
+ g_free (uri_text);
contacts_old_src_uri = NULL;
}