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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user