From: Steve Holme Date: Fri, 22 Feb 2013 23:31:13 +0000 (+0000) Subject: pop3: Updated do phrase clean-up comment X-Git-Tag: curl-7_30_0~306 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3906353b415a1dd82baf9d6513f46b18308966d8;p=thirdparty%2Fcurl.git pop3: Updated do phrase clean-up comment Following commit 65644b833532 for the IMAP module updated the clean-up comment in POP3. --- diff --git a/lib/pop3.c b/lib/pop3.c index c18e7528c7..11e13d4275 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -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);