[dovecot-cvs] dovecot/src/master auth-process.c,1.62,1.63
cras at dovecot.org
cras at dovecot.org
Sat Oct 16 01:55:38 EEST 2004
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv14014/master
Modified Files:
auth-process.c
Log Message:
t_pop() leakfix
Index: auth-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/auth-process.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- auth-process.c 13 Oct 2004 16:38:35 -0000 1.62
+++ auth-process.c 15 Oct 2004 22:55:35 -0000 1.63
@@ -214,12 +214,12 @@
ret = auth_process_input_spid(process, line + 5);
else
ret = TRUE;
+ t_pop();
if (!ret) {
auth_process_destroy(process);
break;
}
- t_pop();
}
}
More information about the dovecot-cvs
mailing list