dovecot-2.0: Memory leak fix.

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 26 21:42:34 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/1fd2494465ba
changeset: 12939:1fd2494465ba
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Sep 26 21:50:52 2011 +0300
description:
Memory leak fix.
(Only happened at deinit.)

diffstat:

 src/lib/ioloop.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r c194c76b98ff -r 1fd2494465ba src/lib/ioloop.c
--- a/src/lib/ioloop.c	Sun Sep 25 22:32:04 2011 +0000
+++ b/src/lib/ioloop.c	Mon Sep 26 21:50:52 2011 +0300
@@ -487,6 +487,7 @@
         i_assert(ioloop == current_ioloop);
 	current_ioloop = current_ioloop->prev;
 
+	i_free(ioloop->default_log_prefix);
 	i_free(ioloop);
 }
 


More information about the dovecot-cvs mailing list