]> git.saurik.com Git - wxWidgets.git/commit
If a TLW's default item is not an immediate child then it can be left
authorRobin Dunn <robin@alldunn.com>
Tue, 26 Sep 2006 19:52:32 +0000 (19:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 26 Sep 2006 19:52:32 +0000 (19:52 +0000)
commitf09df8b2ea9a005117997c020ab222736805c5d4
tree8885feea3e923fd667ca7a1e661040d7e7a89b7d
parent61e07b943c22798c60db5e29321296337f61699d
If a TLW's default item is not an immediate child then it can be left
with a dangling pointer when the child is deleted, so check for it in
the child's dtor.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wincmn.cpp