dovecot-2.0: auth: Fixed a memory leak when looking up penalty v...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 8 22:52:37 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/6f85840f8171
changeset: 11500:6f85840f8171
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 08 20:51:59 2010 +0100
description:
auth: Fixed a memory leak when looking up penalty value from anvil.

diffstat:

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

diffs (11 lines):

diff -r 9f546fe13fc5 -r 6f85840f8171 src/auth/auth-penalty.c
--- a/src/auth/auth-penalty.c	Tue Jun 08 20:32:23 2010 +0100
+++ b/src/auth/auth-penalty.c	Tue Jun 08 20:51:59 2010 +0100
@@ -88,6 +88,7 @@
 	}
 
 	request->callback(penalty, request->auth_request);
+	i_free(request);
 }
 
 static const char *


More information about the dovecot-cvs mailing list