Permalink
Browse files

No lock needed in JackLockedEngine::NotifyQuit.

  • Loading branch information...
1 parent 57e5daa commit aa02feeacfa533a07f04e916334637b57eaac5a2 @sletz sletz committed Oct 24, 2012
Showing with 1 addition and 1 deletion.
  1. +1 −1 common/JackLockedEngine.h
@@ -327,8 +327,8 @@ class SERVER_EXPORT JackLockedEngine
void NotifyQuit()
{
+ // No lock needed
TRY_CALL
- JackLock lock(&fEngine);
return fEngine.NotifyQuit();
CATCH_EXCEPTION
}

0 comments on commit aa02fee

Please sign in to comment.