mirror of
https://github.com/curl/curl.git
synced 2026-04-19 11:31:14 +03:00
do a normal free() of the homedir now
This commit is contained in:
parent
8be602cdfd
commit
445950aa70
1 changed files with 1 additions and 1 deletions
|
|
@ -2064,7 +2064,7 @@ static int parseconfig(const char *filename,
|
|||
|
||||
filename = filebuffer;
|
||||
}
|
||||
curl_free(home); /* we've used it, now free it */
|
||||
free(home); /* we've used it, now free it */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue