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

(Maybe) all allocated wxStrings are leaked #85

Closed
kenz-gelsoft opened this issue Jun 15, 2022 · 2 comments · Fixed by #89
Closed

(Maybe) all allocated wxStrings are leaked #85

kenz-gelsoft opened this issue Jun 15, 2022 · 2 comments · Fixed by #89

Comments

@kenz-gelsoft
Copy link
Owner

kenz-gelsoft commented Jun 15, 2022

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.

@kenz-gelsoft
Copy link
Owner Author

kenz-gelsoft commented Jun 15, 2022

valgrind with some basic unit test should help.

@kenz-gelsoft
Copy link
Owner Author

testing issue is #86

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

Successfully merging a pull request may close this issue.

1 participant