Loading lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -732,7 +732,7 @@ static CURLcode pop3_done(struct connectdata *conn, CURLcode status, result = status; /* use the already set error code */ } free(pop3c->mailbox); Curl_safefree(pop3c->mailbox); pop3c->mailbox = NULL; /* clear these for next connection */ Loading Loading
lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -732,7 +732,7 @@ static CURLcode pop3_done(struct connectdata *conn, CURLcode status, result = status; /* use the already set error code */ } free(pop3c->mailbox); Curl_safefree(pop3c->mailbox); pop3c->mailbox = NULL; /* clear these for next connection */ Loading