Permalink
Browse files
No lock needed in JackLockedEngine::NotifyQuit.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+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