mirror of
https://github.com/curl/curl.git
synced 2026-07-24 05:07:17 +03:00
pop3: Updated do phrase clean-up comment
Following commit 65644b8335 for the IMAP module updated the clean-up
comment in POP3.
This commit is contained in:
parent
65644b8335
commit
3906353b41
1 changed files with 1 additions and 1 deletions
|
|
@ -1397,7 +1397,7 @@ static CURLcode pop3_done(struct connectdata *conn, CURLcode status,
|
|||
result = status; /* use the already set error code */
|
||||
}
|
||||
|
||||
/* Cleanup our do based variables */
|
||||
/* Cleanup our per-request based variables */
|
||||
Curl_safefree(pop3c->mailbox);
|
||||
Curl_safefree(pop3c->custom);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue