aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/imap')
-rw-r--r--camel/providers/imap/camel-imap-store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index 3402dc8af8..e87e334a65 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -2479,6 +2479,7 @@ get_subscribed_folders (CamelImapStore *imap_store, const char *top, CamelExcept
}
fi = parse_list_response_as_folder_info (imap_store, result);
+ g_free (result);
if (!fi)
continue;