[dovecot-cvs] dovecot/src/lib-index/mbox mbox-index.c,1.51,1.52

cras at procontrol.fi cras at procontrol.fi
Sun Dec 1 16:19:09 EET 2002


Update of /home/cvs/dovecot/src/lib-index/mbox
In directory danu:/tmp/cvs-serv14279/lib-index/mbox

Modified Files:
	mbox-index.c 
Log Message:
A few memory leak fixes.



Index: mbox-index.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mbox/mbox-index.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- mbox-index.c	26 Nov 2002 22:01:11 -0000	1.51
+++ mbox-index.c	1 Dec 2002 14:19:07 -0000	1.52
@@ -732,6 +732,7 @@
 {
         mbox_file_close_fd(index);
 	mail_index_close(index);
+	i_free(index->mbox_path);
 	i_free(index->dir);
 	i_free(index);
 }




More information about the dovecot-cvs mailing list