[evolution-data-server] Bug 609964 - Crash in imapx_command_expunge_done
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 609964 - Crash in imapx_command_expunge_done
- Date: Tue, 16 Feb 2010 08:51:43 +0000 (UTC)
commit 1c4231de096efacfd6ccdd14254772a14079e61f
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue Feb 16 14:23:01 2010 +0530
Bug 609964 - Crash in imapx_command_expunge_done
camel/providers/imapx/camel-imapx-server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 86d902b..ad50202 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -2846,7 +2846,7 @@ imapx_command_expunge_done (CamelIMAPXServer *is, CamelIMAPXCommand *ic)
camel_folder_summary_save_to_db (folder->summary, ic->job->ex);
uids = camel_db_get_folder_deleted_uids (folder->parent_store->cdb_r, folder->full_name, ic->job->ex);
- if (uids->len) {
+ if (uids && uids->len) {
CamelFolderChangeInfo *changes;
GSList *removed = NULL;
gint i;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]