[ wxwindows-Bugs-1647290 ] Memory leak in wxWizard
SourceForge.net
noreply at sourceforge.net
Mon Jan 29 09:16:19 PST 2007
Bugs item #1647290, was opened at 2007-01-29 18:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1647290&group_id=9863
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: Common
Group: Trivial
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: thomas (thomaskrebs)
Assigned to: Nobody/Anonymous (nobody)
Summary: Memory leak in wxWizard
Initial Comment:
Hi,
there is a memory leak in wxWizard.
wxWizard calls through its ctor wxWizard::AddBitmapRow.
The last line creates a new wxWizardSizer which is never freed.
To fix i assume a dtor must be implemented the deletes that sizer.
Found in wxWidgets 2.8.0 on MSW.
Thomas
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1647290&group_id=9863
More information about the wx-dev
mailing list