updating some small things

This commit is contained in:
jakani24
2024-03-11 21:32:29 +01:00
parent 7b54ae3a23
commit e264f4c22a
60 changed files with 5030 additions and 52 deletions

View File

@@ -77,6 +77,8 @@ int download_file_from_srv(const char* url, const char* output_file_path, bool i
curl = curl_easy_init();
if (!curl) {
delete[] temp_path;
delete[] buf;
return 1;
}