diff src/lda/main.c @ 10662:8b138b29dc01 HEAD

lib-storage: Split mailbox_close() and mailbox_free() functionality.
author Timo Sirainen <tss@iki.fi>
date Sun, 07 Feb 2010 17:50:08 +0200
parents 615eef3139c2
children b7c8221cea5b
line wrap: on
line diff
--- a/src/lda/main.c	Sun Feb 07 17:37:48 2010 +0200
+++ b/src/lda/main.c	Sun Feb 07 17:50:08 2010 +0200
@@ -476,7 +476,7 @@
 
 	mail_free(&ctx.src_mail);
 	mailbox_transaction_rollback(&t);
-	mailbox_close(&box);
+	mailbox_free(&box);
 
 	mail_user_unref(&ctx.dest_user);
 	mail_user_unref(&raw_mail_user);