1
1
mirror of https://github.com/VKCOM/vk-ios-sdk.git synced 2024-09-11 06:45:37 +03:00

Fix retain cycle between VKRequest and VKError

This commit is contained in:
Konstantin Zinovev 2017-08-10 17:21:46 +03:00
parent a803a4ef85
commit f3a6ca187f

View File

@ -429,6 +429,7 @@ void vksdk_dispatch_on_main_queue_now(void(^block)(void)) {
}
}
};
self.error = nil;
} else {
block = ^{
if (self.completeBlock) {