removed double-deallocation problem
this was caused by CURL
This commit is contained in:
parent
f09db993e7
commit
1f2031b18c
@ -34,7 +34,6 @@ void checkVersion(inputFlags flags)
|
|||||||
|
|
||||||
//CLEANUP
|
//CLEANUP
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
free(curl);
|
|
||||||
fclose(fileBuffer);
|
fclose(fileBuffer);
|
||||||
|
|
||||||
while (access(VERSIONS_NAME, R_OK) != 0)
|
while (access(VERSIONS_NAME, R_OK) != 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user