Skip to content
Snippets Groups Projects
Commit 445950aa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

do a normal free() of the homedir now

parent 8be602cd
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment