From: SourceForge.net <no...@so...> - 2009-03-19 10:45:45
|
Bugs item #2694102, was opened at 2009-03-19 10:45 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2694102&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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wxPlotCtrl Memory leak Initial Comment: Memory leak when using wxPlotCtrl. When I use the wxPlotCtrl I get a Memory leak. Even when I only create the Plot. m_pltDC = new wxPlotCtrl(m_panel7, wxID_ANY, wxDefaultPosition, wxDefaultSze ); if I disable this line the compiler finds the memory leak described below. Environment details: OS: Windows XP SP3 Tool: Microsoft Visual C++ 2008 (express) Compiler details: Remark: Data in memory becomes valid during the Init() of the wxPlotCtrl; Detected memory leaks! Dumping objects -> {21035} normal block at 0x0109CD98, 48 bytes long. Data: < ` > 18 60 9C 00 00 00 00 00 00 00 00 00 00 00 00 00 Object dump complete. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2694102&group_id=51305 |