do a normal free() of the homedir now
This commit is contained in:
@@ -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 */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user