Ticket #590 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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:1 Changed 2 years ago by jteh

  • Status changed from new to accepted

comment:2 Changed 2 years ago by jteh

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.