You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make sure we free any underlying values due to the dreaded hermes GC issue where internally allocated memory is not calcualated when considering garbage collection we need to implement this ourselves.
A shared value is now disposed and all resources allocated should be released. This is done through wrappers.
When deleting argument wrappers we also release any resources.
Fixes#129
mrousavy/react-native-vision-camera#1953
The text was updated successfully, but these errors were encountered: