pop3: Updated do phrase clean-up comment
Following commit 65644b833532 for the IMAP module updated the clean-up comment in POP3.
This commit is contained in:
parent
65644b8335
commit
3906353b41
@ -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…
x
Reference in New Issue
Block a user