mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Fix uninitialised variables
This commit is contained in:
@@ -118,7 +118,7 @@ http_json_response *http_request_json(const http_json_request *request)
|
||||
CURL *curl;
|
||||
CURLcode curlResult;
|
||||
http_json_response *response;
|
||||
read_buffer readBuffer;
|
||||
read_buffer readBuffer = { 0 };
|
||||
write_buffer writeBuffer;
|
||||
|
||||
curl = curl_easy_init();
|
||||
|
||||
Reference in New Issue
Block a user