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

Merge pull request #513 from constZinovyev/fix-vkrequest-retain-cycle

Fix retain cycle between VKRequest and VKError
This commit is contained in:
Oleg 2017-11-30 21:04:31 +03:00 committed by GitHub
commit 5504d80f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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