mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
netrc: when the cached file is discarded, unmark it as loaded
Pointed out by ZeroPath Closes #19199
This commit is contained in:
parent
a330117bb0
commit
9752d5fe0b
1 changed files with 1 additions and 0 deletions
|
|
@ -362,6 +362,7 @@ out:
|
|||
}
|
||||
else {
|
||||
curlx_dyn_free(filebuf);
|
||||
store->loaded = FALSE;
|
||||
if(!specific_login)
|
||||
free(login);
|
||||
free(password);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue