Valentin Shergin c3139d798a 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
2018-01-07 22:22:45 -08:00
..
2017-12-18 13:32:36 -08:00
2017-12-12 13:11:14 -08:00
2017-12-12 13:11:14 -08:00
2017-12-18 13:32:36 -08:00
2017-12-12 13:11:14 -08:00
2017-10-05 13:31:55 -07:00
2017-09-01 08:08:06 -07:00
2017-10-05 13:31:55 -07:00
2017-10-05 13:31:55 -07:00
2017-12-14 14:31:50 -08:00
2017-12-14 14:31:50 -08:00