Sergey's fix.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment