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:
Steve Holme 2013-02-22 23:31:13 +00:00
parent 65644b8335
commit 3906353b41

View File

@ -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);