From d76c2a989ada984ace971fe86f9fc628b4e6358d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 2003 20:49:49 +0000 Subject: Storage cleanup for new dup killer code. svn path=/trunk/; revision=3855 --- pop3.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index 3d894160..c1c46f9d 100644 --- a/pop3.c +++ b/pop3.c @@ -1004,12 +1004,6 @@ static int pop3_logout(int sock, struct query *ctl) if (!ok) expunge_uids(ctl); - if (ctl->lastid) - { - free(ctl->lastid); - ctl->lastid = NULL; - } - return(ok); } -- cgit v1.2.3