Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed crash happenned on deallocating RCTSurface
Summary: Essentially, we had `dispatch_async` inside `delloc` method which tried to retain `self`, which is disallowed operation in ObjC runtime. However, we don't need to notify anything `surface`-related in `_stop` because it always is called from `dealloc`. Reviewed By: mmmulani Differential Revision: D6665631 fbshipit-source-id: ed0d192946f3323f4f54ecb99b30e56e0942f174
- Loading branch information