dovecot-2.0: virtual: Fixed previous change.

dovecot at dovecot.org dovecot at dovecot.org
Sun Jun 28 05:09:08 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/8f74a0f149ad
changeset: 9543:8f74a0f149ad
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jun 27 22:06:00 2009 -0400
description:
virtual: Fixed previous change.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/virtual/virtual-save.c |    2 +-

diffs (12 lines):

diff -r 6350d105c34e -r 8f74a0f149ad src/plugins/virtual/virtual-save.c
--- a/src/plugins/virtual/virtual-save.c	Sat Jun 27 21:45:32 2009 -0400
+++ b/src/plugins/virtual/virtual-save.c	Sat Jun 27 22:06:00 2009 -0400
@@ -121,7 +121,7 @@ void virtual_save_free(struct virtual_sa
 void virtual_save_free(struct virtual_save_context *ctx)
 {
 	if (ctx->backend_keywords != NULL)
-		mailbox_keywords_free(ctx->backend_box, &ctx->backend_keywords);
+		mailbox_keywords_unref(ctx->backend_box, &ctx->backend_keywords);
 	if (ctx->backend_save_ctx != NULL)
 		mailbox_save_cancel(&ctx->backend_save_ctx);
 	i_free(ctx);


More information about the dovecot-cvs mailing list