flutter_flutter/content_handler
Adam Barth 0c74fc93d9
[fuchsia] Fix use-after-free (#4987)
We were trying to re-establish the wait after calling Reset(), but
Reset() can result in the surface being destroyed. Now we re-establish
the wait inside the Reset() machinery.
2018-04-12 14:25:40 -07:00
..