mirror of
https://github.com/curl/curl.git
synced 2026-06-04 11:34:14 +03:00
free the allocated mailbox name at disconnect
This commit is contained in:
parent
2a3dafc0cd
commit
6add5baa3a
1 changed files with 2 additions and 0 deletions
|
|
@ -889,6 +889,8 @@ static CURLcode imap_disconnect(struct connectdata *conn)
|
|||
|
||||
Curl_pp_disconnect(&imapc->pp);
|
||||
|
||||
free(imapc->mailbox);
|
||||
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue