From: Robert Roebling Date: Mon, 26 Apr 1999 21:49:42 +0000 (+0000) Subject: compile fix in debug mode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fafd7fd901449a8e8197b5e6a70b99ece2b029b2 compile fix in debug mode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/sckint.cpp b/src/common/sckint.cpp index 712f1006e3..d9a5a17580 100644 --- a/src/common/sckint.cpp +++ b/src/common/sckint.cpp @@ -319,7 +319,7 @@ wxSocketInternal::wxSocketInternal(wxSocketBase *socket) wxSocketInternal::~wxSocketInternal() { - wxASSERT(!m_finalized); +// wxASSERT(!m_finalized); there is no m_finalized anywhere, RR m_request_locker.Unlock(); delete m_thread_waiter; delete m_thread_requester;