session.c
changeset 39 6d2a560793d3
parent 38 058e5ad9ba79
child 41 0cb519e770ba
--- a/session.c	Sun Aug 31 16:35:51 2014 +0500
+++ b/session.c	Thu Sep 04 20:28:47 2014 +0500
@@ -147,14 +147,15 @@
 
 	io_clear(&entry->io);
 	iobuf_clear(&entry->iobuf);
-	 /* 
-	  * If the session hadn't made it to TRANSACTION
-	  * iev_maildrop is not inited.
-	  */
+	/* 
+	 * If the session hadn't made it to TRANSACTION
+	 * iev_maildrop is not inited.
+	 */
 	if (entry->iev_maildrop) {
 		imsgev_clear(entry->iev_maildrop);
 		entry->iev_maildrop->terminate = 1;
 	}
+
 	logit(LOG_INFO, "%u: session closed", entry->id);
 	free(entry);
 }