discard any pending messages for the socket being destroyed to avoid the problem...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2007 14:05:25 +0000 (14:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2007 14:05:25 +0000 (14:05 +0000)
commitcab9b205c3fc803eb7e0b20c9b760b53936e38f3
treebd5566660aed28a49c061c5cfe98e4963f3f44a6
parent7b98cf028f6ecbdbcebda06756a99f095dfd9239
discard any pending messages for the socket being destroyed to avoid the problem with having them delivered to the next socket we create which reuses the same message number (patch 1856012)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/msw/gsockmsw.cpp