aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-10-10 20:49:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-10-10 20:49:49 +0000
commitd76c2a989ada984ace971fe86f9fc628b4e6358d (patch)
tree48ba8bd1bd1e9bfc8b0f5cf1182f719ab507bd29 /pop3.c
parentc4cd27e0012f3a6b514eb75318e8bb74c5c33c11 (diff)
downloadfetchmail-d76c2a989ada984ace971fe86f9fc628b4e6358d.tar.gz
fetchmail-d76c2a989ada984ace971fe86f9fc628b4e6358d.tar.bz2
fetchmail-d76c2a989ada984ace971fe86f9fc628b4e6358d.zip
Storage cleanup for new dup killer code.
svn path=/trunk/; revision=3855
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c6
1 files changed, 0 insertions, 6 deletions
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);
}