removed double-deallocation problem

this was caused by CURL
This commit is contained in:
Václav Šmejkal 2022-05-11 18:00:12 +02:00
parent f09db993e7
commit 1f2031b18c

View File

@ -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)