summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-05-14 17:24:08 +0000
committerAlain Magloire <alainm@gnu.org>2001-05-14 17:24:08 +0000
commit4589fe611b485007f41db8a89eb47e4dc5c3dfab (patch)
tree212e542c3111ce70a8230edc93c6a38ec3a0f739
parent1eb0d00a965a06f9a9607a9f43546d6ddcbd0ff3 (diff)
downloadmailutils-4589fe611b485007f41db8a89eb47e4dc5c3dfab.tar.gz
mailutils-4589fe611b485007f41db8a89eb47e4dc5c3dfab.tar.bz2
Sergey's fix.
-rw-r--r--pop3d/user.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pop3d/user.c b/pop3d/user.c
index 58adf9d64..a40ccc7af 100644
--- a/pop3d/user.c
+++ b/pop3d/user.c
@@ -206,7 +206,6 @@ pop3d_user (const char *arg)
mailbox_close(mbox);
mailbox_destroy(&mbox);
state = AUTHORIZATION;
- free (cmd);
return ERR_MBOX_LOCK;
}

Return to:

Send suggestions and report system problems to the System administrator.