From 28cafc44d29fb3ad2e720ff919e3aa8617fe0455 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 10 Mar 2003 18:08:59 +0000 Subject: [PATCH] backport a couple of memory leak fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/toback24.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/toback24.txt b/docs/toback24.txt index ed9f2f9523..ebae040fc8 100644 --- a/docs/toback24.txt +++ b/docs/toback24.txt @@ -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) -- 2.47.2