[dovecot-cvs] dovecot/src/lib-storage/index index-storage.c, 1.93, 1.94
tss at dovecot.org
tss at dovecot.org
Sat Dec 9 23:22:11 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv20255/lib-storage/index
Modified Files:
index-storage.c
Log Message:
Memory leak fixes
Index: index-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-storage.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- index-storage.c 6 Dec 2006 15:08:25 -0000 1.93
+++ index-storage.c 9 Dec 2006 23:22:09 -0000 1.94
@@ -56,6 +56,7 @@
void index_storage_deinit(struct index_storage *storage)
{
+ mailbox_list_deinit(storage->storage.list);
i_free(storage->storage.error);
if (--index_storage_refcount > 0)
More information about the dovecot-cvs
mailing list