compile fix in debug mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 1999-04-26 21:49:42 +00:00
parent e5ea3f7a96
commit fafd7fd901

View File

@ -319,7 +319,7 @@ wxSocketInternal::wxSocketInternal(wxSocketBase *socket)
wxSocketInternal::~wxSocketInternal() wxSocketInternal::~wxSocketInternal()
{ {
wxASSERT(!m_finalized); // wxASSERT(!m_finalized); there is no m_finalized anywhere, RR
m_request_locker.Unlock(); m_request_locker.Unlock();
delete m_thread_waiter; delete m_thread_waiter;
delete m_thread_requester; delete m_thread_requester;