feat:fix iOS memory leak in debugging
This commit is contained in:
@@ -195,4 +195,8 @@ - (void)ensureSyncInMainQueue:(dispatch_block_t)block {
|
||||
dispatch_async(dispatch_get_main_queue(), block);
|
||||
}
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
[self.jsExecutor teardown];
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user