From: SourceForge.net <no...@so...> - 2009-01-29 16:47:29
|
Bugs item #2545941, was opened at 2009-01-29 17:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2545941&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: treelistctrl Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: R.U.10 (ru10) Assigned to: Ronan Chartois (pgriddev) Summary: wxTreeMultiCtrl - memory leak Initial Comment: The variable m_HilightBrush is initialized in wxTreeMultiCtrl.cpp line 128 but never deleted. Add "delete m_HilightBrush;" at line 182 resolves the memory leak. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2545941&group_id=51305 |