mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 15:26:11 +00:00
Initialize block variables
This commit is contained in:
parent
a528ce7e2a
commit
db9a4ab7c2
@ -116,8 +116,8 @@
|
||||
return;
|
||||
}
|
||||
|
||||
__block NSData* requestResp;
|
||||
__block NSError* respError;
|
||||
__block NSData* requestResp = nil;
|
||||
__block NSError* respError = nil;
|
||||
__block dispatch_semaphore_t requestLock = dispatch_semaphore_create(0);
|
||||
|
||||
Log(LOG_D, @"Making Request: %@", request);
|
||||
|
Loading…
x
Reference in New Issue
Block a user