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
There are some memory leaks in the C FFI due to not freeing some returned Rust vectors / strings. This can be fixed with some new types that will handle the destruction of their data, and/or iterable structures.
The text was updated successfully, but these errors were encountered:
There are some memory leaks in the C FFI due to not freeing some returned Rust vectors / strings. This can be fixed with some new types that will handle the destruction of their data, and/or iterable structures.
The text was updated successfully, but these errors were encountered: