Commit 4589fe61 4589fe611b485007f41db8a89eb47e4dc5c3dfab by Alain Magloire

Sergey's fix.

1 parent 1eb0d00a
...@@ -206,7 +206,6 @@ pop3d_user (const char *arg) ...@@ -206,7 +206,6 @@ pop3d_user (const char *arg)
206 mailbox_close(mbox); 206 mailbox_close(mbox);
207 mailbox_destroy(&mbox); 207 mailbox_destroy(&mbox);
208 state = AUTHORIZATION; 208 state = AUTHORIZATION;
209 free (cmd);
210 return ERR_MBOX_LOCK; 209 return ERR_MBOX_LOCK;
211 } 210 }
212 211
......