diff --git a/clientgui/AsyncRPC.cpp b/clientgui/AsyncRPC.cpp index 0201c31a62..4d365e24c1 100644 --- a/clientgui/AsyncRPC.cpp +++ b/clientgui/AsyncRPC.cpp @@ -640,8 +640,8 @@ int CMainDocument::RequestRPC(ASYNC_RPC_REQUEST& request, bool hasPriority) { #if wxDEBUG_LEVEL mutexErr = - m_pRPC_Request_Mutex->Unlock(); #endif + m_pRPC_Request_Mutex->Unlock(); wxASSERT(mutexErr == wxMUTEX_NO_ERROR); }