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

Memory leaks caused by not destroying wx dialogs #590

Closed
nvaccessAuto opened this issue Mar 5, 2010 · 1 comment
Closed

Memory leaks caused by not destroying wx dialogs #590

nvaccessAuto opened this issue Mar 5, 2010 · 1 comment

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2010-03-05 08:48
It seems that closing a wx dialog and dropping all references to it is not enough to destroy it. The dialog seems to stay around regardless. This will cause serious memory leaks when many NVDA dialogs are opened and closed. We need to explicitly call Destroy() on dialogs when we're done with them.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2010-03-07 22:49
Fixed in 9d2a9f4.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants