fix for memory leaks (patch 885242)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-07 13:19:18 +00:00
parent 6e76b35d73
commit 811697104b
3 changed files with 52 additions and 23 deletions

View File

@@ -156,6 +156,7 @@ wxGTK:
- use same average character width as other ports when calculating dialog units
- fixed mouse wheel handling under GTK2 (Hugh Fisher)
- wxNotebook::HitTest() implemented (Daniel Lundqvist)
- memory leaks fixes in wxFileDialog (John Labenski)
wxMac: