1
0
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:
Daniel Stenberg 2003-11-07 17:19:57 +00:00
parent 8be602cdfd
commit 445950aa70

View File

@ -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 */
} }
} }