diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-calendar.c')
-rw-r--r-- | plugins/exchange-operations/exchange-calendar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-calendar.c b/plugins/exchange-operations/exchange-calendar.c index f0ebfb80e9..e316dc2421 100644 --- a/plugins/exchange-operations/exchange-calendar.c +++ b/plugins/exchange-operations/exchange-calendar.c @@ -105,6 +105,8 @@ e_exchange_calendar_get_calendars (ECalSourceType ftype) } } + if (folder_array) + g_ptr_array_free (folder_array, TRUE); g_free (uri_prefix); g_free (tstring); return calendar_list; |