wxWidgets/include
Vadim Zeitlin a2c3fc7c75 Fix crash on destruction of wxDataViewCtrl in wxOSX.
The control remained associated to the model so a dangling pointer could be
used if the model was destroyed after the control.

Fix this by removing the control from the model list of notifiers when it is
destroyed.

Closes #14124.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-05-20 20:29:09 +00:00
..
msvc/wx Allow using non-MSW toolkit in MSVC-specific auto-linking header. 2012-05-04 20:35:41 +00:00
wx Fix crash on destruction of wxDataViewCtrl in wxOSX. 2012-05-20 20:29:09 +00:00