]> git.saurik.com Git - wxWidgets.git/commit
Don't call wxSocketBase::IsInitialized() from worker threads.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 14:45:45 +0000 (14:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Sep 2009 14:45:45 +0000 (14:45 +0000)
commited2e973e9f0701e3f86d943da83b0d1d078b6e6f
treebc795eea815280d55bcb061bd1b69720b1983e09
parent884ca4e484c3c867407649c74b6f16a428d31a26
Don't call wxSocketBase::IsInitialized() from worker threads.

This function should be used in the main thread only and calling it from
wxSockAddress unconditionally resulted in asserts in the unit test.

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