terminate child threads in frame dtor, not in OnQuit() (otherwise they're left runnin...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Sep 2003 23:54:47 +0000 (23:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Sep 2003 23:54:47 +0000 (23:54 +0000)
commit4e5bbd4022f82c5aab6aaa80330465db5f9c9223
treec52b75318a954e1a8c37bec8a5de440e28c86e82
parent598dc9b7779271df770ccbe0377a0f9e15816583
terminate child threads in frame dtor, not in OnQuit() (otherwise they're left running if we just close the window)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/thread/thread.cpp