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:
parent
e5ea3f7a96
commit
fafd7fd901
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user