From: SourceForge.net <no...@so...> - 2009-09-29 17:54:33
|
Bugs item #2869972, was opened at 2009-09-29 19:54 Message generated for change (Tracker Item Submitted) made by robekras You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2869972&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Robert Kraske (robekras) Assigned to: Nobody/Anonymous (nobody) Summary: wxAdvTable memory leak Initial Comment: 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2869972&group_id=51305 |