diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-contacts.c')
-rw-r--r-- | plugins/exchange-operations/exchange-contacts.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |