From 7cf9aafcc7c022f33fc2035461492d27af5ab07f Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Mon, 6 Mar 2006 17:13:35 +0000 Subject: [PATCH] bug fix --- src/protocol.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/protocol.cpp b/src/protocol.cpp index 2f9bdec3..d5618780 100755 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -147,12 +147,12 @@ void CProtocol::CreateAndSendAcknMess ( const int& iID, const int& iCnt ) */ void CProtocol::DeleteSendMessQueue() { - Mutex.lock(); - { +// Mutex.lock(); +// { // delete complete "send message queue" SendMessQueue.clear(); - } - Mutex.unlock(); +// } +// Mutex.unlock(); } void CProtocol::OnTimerSendMess()