Fixed Mac build by hacking out mutex close #4651

This commit is contained in:
Nick Bolton 2015-05-18 16:09:09 +01:00
parent e60b3a6feb
commit 984c5885f7
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ IpcLogOutputter::~IpcLogOutputter()
ARCH->closeMutex(m_notifyMutex);
ARCH->closeCondVar(m_bufferEmptyCond);
ARCH->closeMutex(m_bufferEmptyMutex);
// HACK: assert fails on mac debug, can't see why.
//ARCH->closeMutex(m_bufferEmptyMutex);
}
void