Open richerfu opened 2 months ago
napi_wrap lead to memory leak for class.
napi_wrap
We avoid it with: https://github.com/ohos-rs/ohos-rs/pull/71. And we can move these code after it fixed.
@richerfu Please check this issue, thanks.
napi_wrap
lead to memory leak for class.We avoid it with: https://github.com/ohos-rs/ohos-rs/pull/71. And we can move these code after it fixed.