dovecot-2.0: fs-sis: Memory leak fix.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Mon Nov 29 21:13:39 EET 2010
    
    
  
details:   http://hg.dovecot.org/dovecot-2.0/rev/5e82c5b1b4a9
changeset: 12479:5e82c5b1b4a9
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 29 19:13:37 2010 +0000
description:
fs-sis: Memory leak fix.
diffstat:
 src/lib-fs/fs-sis.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 97b3d4b714cf -r 5e82c5b1b4a9 src/lib-fs/fs-sis.c
--- a/src/lib-fs/fs-sis.c	Mon Nov 29 19:08:37 2010 +0000
+++ b/src/lib-fs/fs-sis.c	Mon Nov 29 19:13:37 2010 +0000
@@ -129,6 +129,7 @@
 	}
 	fs_close(&file->super);
 	i_free(file->hash);
+	i_free(file->hash_path);
 	i_free(file->file.path);
 	i_free(file);
 }
    
    
More information about the dovecot-cvs
mailing list