[dovecot-cvs] dovecot/src/pop3-login client.c,1.36,1.37

cras at dovecot.org cras at dovecot.org
Thu Nov 25 16:49:28 EET 2004


Update of /var/lib/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv14398

Modified Files:
	client.c 
Log Message:
Username given in USER was was not freed when destroying client.



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/client.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- client.c	28 Oct 2004 10:27:22 -0000	1.36
+++ client.c	25 Nov 2004 14:49:25 -0000	1.37
@@ -410,6 +410,7 @@
 	if (client->output != NULL)
 		o_stream_unref(client->output);
 
+	i_free(client->last_user);
 	i_free(client->apop_challenge);
 	i_free(client->common.virtual_user);
 	i_free(client->common.auth_mech_name);



More information about the dovecot-cvs mailing list