Fix for crash when wxUSE_STL=1. wxDocument::DeleteAllViews might
authorMattia Barbon <mbarbon@cpan.org>
Fri, 18 Jul 2003 19:44:47 +0000 (19:44 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 18 Jul 2003 19:44:47 +0000 (19:44 +0000)
commitd2e70462f144bba0782f3e4f47ddd6168f32ab7f
treeb8b5798fc3a646a8be1fbc308fa122da58fb8f28
parenta0749355ca011157dd7bd448c0c33eb5f2ff7331
  Fix for crash when wxUSE_STL=1. wxDocument::DeleteAllViews might
delete "this", together with the list it is iterating over.

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