Commit 3906353b authored by Steve Holme's avatar Steve Holme
Browse files

pop3: Updated do phrase clean-up comment

Following commit 65644b83 for the IMAP module updated the clean-up
comment in POP3.
parent 65644b83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);