From 8ac649ab854d44add24f5464be3e2ee5d117437f Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Sat, 25 Feb 2006 06:40:28 +0000 Subject: Memory leak fixes. See #329251. svn path=/trunk/; revision=31578 --- plugins/exchange-operations/exchange-contacts.c | 2 ++ 1 file changed, 2 insertions(+) (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 298445e7cf..67c1d07476 100644 --- a/plugins/exchange-operations/exchange-contacts.c +++ b/plugins/exchange-operations/exchange-contacts.c @@ -91,6 +91,8 @@ e_exchange_contacts_get_contacts (void) } g_free (uri_prefix); + if (folder_array) + g_ptr_array_free (folder_array, TRUE); return contacts_list; } -- cgit v1.2.3