This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
No lock needed in JackLockedEngine::NotifyQuit.
tags/1.9.9.5
Stephane Letz
12 years ago
parent
57e5daac1f
commit
aa02feeacf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/JackLockedEngine.h
+ 1
- 1
common/JackLockedEngine.h
View File
@@ -327,8 +327,8 @@ class SERVER_EXPORT JackLockedEngine
void NotifyQuit()
{
// No lock needed
TRY_CALL
JackLock lock(&fEngine);
return fEngine.NotifyQuit();
CATCH_EXCEPTION
}
Write
Preview
Loading…
Cancel
Save