delete wxNativeContainerWindow when the native window is destroyed, even if this...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Mar 2008 00:03:46 +0000 (00:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Mar 2008 00:03:46 +0000 (00:03 +0000)
commit2aee749cb188d42282f54043a9723778f1cf1a05
tree599d1edf2e8b5447044243eb7117434cd33c9746
parent4f6b94a33a3d8779c078740b3eae2090015c838a
delete wxNativeContainerWindow when the native window is destroyed, even if this means leaking memory in GTK case -- still better than getting X errors and crashing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/nativewin.h
src/gtk/nativewin.cpp
src/msw/nativewin.cpp