backport a couple of memory leak fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-03-10 18:08:59 +00:00
parent d46342af50
commit 28cafc44d2

View File

@ -405,6 +405,23 @@ CVS: [VS] wxWindows/src/common fileconf.cpp,1.93,1.94
CVS: [VS] wxWindows/include/wx strconv.h,1.12,1.13
CVS: [VS] wxWindows/src/common strconv.cpp,1.71,1.72
33. Fix memory leak in wxMimeTypesManager
http://sf.net/tracker/index.php?func=detail&aid=685580&group_id=9863&atid=309863
Checking in src/unix/mimetype.cpp;
/pack/cvsroots/wxwindows/wxWindows/src/unix/mimetype.cpp,v <-- mimetype.cpp
new revision: 1.32; previous revision: 1.31
done
34. Fix memory leak in generic wxFileDialog
http://sf.net/tracker/index.php?func=detail&aid=696164&group_id=9863&atid=309863
Checking in src/generic/filedlgg.cpp;
/pack/cvsroots/wxwindows/wxWindows/src/generic/filedlgg.cpp,v <-- filedlgg.cpp
new revision: 1.84; previous revision: 1.83
done
33. Add support for GTK2 label mnemonics (patch #689573)