We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other value types use struct with Drop, but for string directly returns new-ed pointers but wont be deleted...
We should have some type of tests for memory management like this.
The text was updated successfully, but these errors were encountered:
valgrind with some basic unit test should help.
Sorry, something went wrong.
testing issue is #86
Successfully merging a pull request may close this issue.
Other value types use struct with Drop, but for string directly returns new-ed pointers but wont be deleted...
We should have some type of tests for memory management like this.
The text was updated successfully, but these errors were encountered: