aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
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);
}