Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free-all-the-things #10

Open
paulrouget opened this issue Nov 6, 2017 · 0 comments
Open

Free-all-the-things #10

paulrouget opened this issue Nov 6, 2017 · 0 comments
Assignees

Comments

@paulrouget
Copy link
Owner

In a coming update, we will be passing strings from Rust to C#, and we will ask Rust to forget about these strings. We need to find a way to free these strings. I think the best way for now is to not forget the strings and free them after the call to C# code, and require C# to clone the strings.

Same goes for C# to Rust code (load_url for example).

@paulrouget paulrouget self-assigned this Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant