[dovecot-cvs] dovecot/src/auth auth-request-handler-default.c, 1.1,
1.2
cras at dovecot.org
cras at dovecot.org
Sun Jan 9 21:47:32 EET 2005
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv805
Modified Files:
auth-request-handler-default.c
Log Message:
memory leak fix
Index: auth-request-handler-default.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-request-handler-default.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- auth-request-handler-default.c 9 Jan 2005 16:54:48 -0000 1.1
+++ auth-request-handler-default.c 9 Jan 2005 19:47:30 -0000 1.2
@@ -192,6 +192,7 @@
/* passdb specifically requested not to delay the
reply. */
handler->callback(str_c(str), handler->context);
+ auth_request_unref(request);
} else {
/* failure. don't announce it immediately to avoid
a) timing attacks, b) flooding */
More information about the dovecot-cvs
mailing list