[evolution-data-server] Fix a crasher in moving large number of messages - imapx
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix a crasher in moving large number of messages - imapx
- Date: Mon, 3 May 2010 04:06:07 +0000 (UTC)
commit 38bf941c24e616be9df4d1501a2240aa9ae2d961
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Mon May 3 09:33:45 2010 +0530
Fix a crasher in moving large number of messages - imapx
camel/providers/imapx/camel-imapx-server.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 1f7ea4e..14c2d51 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -2618,6 +2618,7 @@ imapx_command_copy_messages_step_done (CamelIMAPXServer *is, CamelIMAPXCommand *
if (i < uids->len) {
camel_imapx_command_free (ic);
imapx_command_copy_messages_step_start (is, job, i);
+ return;
}
cleanup:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]