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
Fix stupid typo.
tags/v1.9.10
Stephane Letz
12 years ago
parent
e111f2ac8f
commit
17e94e178e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/JackLibGlobals.h
+ 1
- 1
common/JackLibGlobals.h
View File
@@ -108,7 +108,7 @@ struct JackLibGlobals
jack_error("Cleanup client ref = %d", i);
client->Close();
delete client;
JackGlobals::fClientTable[
CLIENT_NUM
] = NULL;
JackGlobals::fClientTable[
i
] = NULL;
}
}
Write
Preview
Loading…
Cancel
Save