fixed huge memory leak in wxFileDialog (closes patch 544060)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-20 11:10:19 +00:00
parent e94ff4cbf1
commit 7a82dabcc7
2 changed files with 48 additions and 41 deletions

View File

@@ -201,8 +201,8 @@ wxGTK:
- support for more SGI hardware (12-bit mode among others)
- fixed wxDC::Blit() to honour source DC's logical coordinates
- implemented wxIdleEvent::RequestMore() for simple background tasks
(unlike thread work)
- implemented wxChoice::Delete()
- fixed bad memory leak in wxFileDialog (Chris Elliott)
wxHTML: