From ff98640ae22292d54c59d31ddaa4c196009101d7 Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Fri, 10 Feb 2006 05:47:00 +0000 Subject: Freeing uri_text. See #329251. svn path=/trunk/; revision=31468 --- plugins/exchange-operations/exchange-contacts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/exchange-operations/exchange-contacts.c') 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; } -- cgit v1.2.3