Closed Kudo closed 2 years ago
when V8::Global::Reset in V8PointerValue dtor, we should also protect by a lock. otherwise, there're chances to access dangling pointers.
V8::Global::Reset
that should fix the problem @jzxchiang1 had in https://github.com/software-mansion/react-native-reanimated/pull/3132#issuecomment-1112878884
when
V8::Global::Reset
in V8PointerValue dtor, we should also protect by a lock. otherwise, there're chances to access dangling pointers.that should fix the problem @jzxchiang1 had in https://github.com/software-mansion/react-native-reanimated/pull/3132#issuecomment-1112878884