Call objc_retainBlock before passing a block as a variadic argument
Copy the block to the heap before passing it to the callee in case the block escapes in the callee. rdar://problem/55683462 Differential Revision: https://reviews.llvm.org/D71431
Loading
Please register or sign in to comment