Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMemory leaks caused by not destroying wx dialogs #590
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by jteh on 2010-03-07 22:49 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.