Browse Source

Testing...

tags/1.9.6
falkTX 9 years ago
parent
commit
e5a10cd3f0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/backend/engine/CarlaEngineInternal.cpp

+ 1
- 0
source/backend/engine/CarlaEngineInternal.cpp View File

@@ -369,6 +369,7 @@ ScopedActionLock::ScopedActionLock(CarlaEngine::ProtectedData* const data, const
ScopedActionLock::~ScopedActionLock() noexcept
{
CARLA_SAFE_ASSERT(fData->nextAction.opcode == kEnginePostActionNull);
fData->nextAction.mutex.tryLock();
fData->nextAction.mutex.unlock();
}



Loading…
Cancel
Save