Browse Source

No lock needed in JackLockedEngine::NotifyQuit.

tags/1.9.9.5
Stephane Letz 12 years ago
parent
commit
aa02feeacf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/JackLockedEngine.h

+ 1
- 1
common/JackLockedEngine.h View File

@@ -327,8 +327,8 @@ class SERVER_EXPORT JackLockedEngine


void NotifyQuit() void NotifyQuit()
{ {
// No lock needed
TRY_CALL TRY_CALL
JackLock lock(&fEngine);
return fEngine.NotifyQuit(); return fEngine.NotifyQuit();
CATCH_EXCEPTION CATCH_EXCEPTION
} }


Loading…
Cancel
Save