don't call wxSocketImpl::ReenableEvents() if the socket was closed while reading...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Jul 2009 14:28:02 +0000 (14:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Jul 2009 14:28:02 +0000 (14:28 +0000)
commitf46a01651ac91690b47f9606ae53530fbf73829f
tree667abbaddfb8d22d7dc511ec94d71c538a9e76af
parent8a28bf768c888e3e5fc6aa3907baec9255a7b617
don't call wxSocketImpl::ReenableEvents() if the socket was closed while reading/writing to avoid an assert in it

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