dart/ffi: automatic release of pointers #39748
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-ffi
Right how, pointers returned from FFI functions require manual reference counting on the dart level.
Provide a way to automatically clean up native references once they are not referenced anymore.
The text was updated successfully, but these errors were encountered: