diff options
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/imap/camel-imap-folder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index 5d2a8ba146..be0be6575d 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -1792,7 +1792,7 @@ imap_update_summary (CamelFolder *folder, int exists, if (messages->pdata[i]) camel_folder_summary_info_free (folder->summary, messages->pdata[i]); } - g_ptr_array_free (fetch_data, TRUE); + g_ptr_array_free (messages, TRUE); } } |