Ticket #590 (closed defect: fixed)
Memory leaks caused by not destroying wx dialogs
| Reported by: | jteh | Owned by: | jteh |
|---|---|---|---|
| Priority: | minor | Milestone: | 2010.1 |
| Component: | GUI | Version: | development |
| Keywords: | memoryLeak | Cc: | |
| Operating system: | Blocked by: | ||
| Blocking: |
Description
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.
Change History
comment:2 Changed 2 years ago by jteh
- Status changed from accepted to closed
- Resolution set to fixed
Fixed in changeset:main,3395.
Note: See
TracTickets for help on using
tickets.

