Menu

#89 wxAdvTable memory leak

closed
nobody
None
5
2009-11-04
2009-09-29
No

I found a memory leak problem in wxAdvTable.
The hashmap entries of wxAdvCellEditorMap m_editors are not freed on wxAdvTable destructor.
It should be processed like the m_renderers hasmap.

And in addition, the wxAdvStringCellEditor destructor should free the m_textCtrl.

Cheers
Robert

Discussion

  • Moskvichev

    Moskvichev - 2009-11-04

    Fixed. :-)

     
  • Moskvichev

    Moskvichev - 2009-11-04
    • status: open --> closed
     

Log in to post a comment.