diff --git a/src/lib/ipc/IpcLogOutputter.cpp b/src/lib/ipc/IpcLogOutputter.cpp index c718340c..141befff 100644 --- a/src/lib/ipc/IpcLogOutputter.cpp +++ b/src/lib/ipc/IpcLogOutputter.cpp @@ -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