mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
do a normal free() of the homedir now
This commit is contained in:
parent
8be602cdfd
commit
445950aa70
@ -2064,7 +2064,7 @@ static int parseconfig(const char *filename,
|
|||||||
|
|
||||||
filename = filebuffer;
|
filename = filebuffer;
|
||||||
}
|
}
|
||||||
curl_free(home); /* we've used it, now free it */
|
free(home); /* we've used it, now free it */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user