-
Notifications
You must be signed in to change notification settings - Fork 269
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
Memory leak? #173
Comments
Adding some clarification: |
That "leaks" in wxWidgets code only show up when said code is executed is not terribly surprising. I lack your confidence that they are actual leaks and not false positive, and that they matter (i.e. are not occurring only once per process lifetime). If you think they are real, then please investigate & debug (here's a helpful tip), understand and submit a PR with a fix — I'll gladly merge your contribution in. |
Investigating further, this is what I see:
|
The wxWidgets upgrade in #249 likely addressed this, so closing. |
I pulled down the latest sources and then ran example_psdk. Once the app launches, I simply quit. In the Debug Window, I see the following:
Have you seen this before?
I am on Windows 10 and using Visual Studio 2015.
I initially saw this in the application in which I integrated Winsparkle so I wanted to see if this was happening in the example app too.
The text was updated successfully, but these errors were encountered: