This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Don't assert that context exists in contextGet().
tags/v2.4.0
Andrew Belt
1 year ago
parent
21cc43ddd7
commit
97c2d50f17
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/context.cpp
+ 0
- 1
src/context.cpp
View File
@@ -48,7 +48,6 @@ Context::~Context() {
static thread_local Context* threadContext = NULL;
Context* contextGet() {
assert(threadContext);
return threadContext;
}
Write
Preview
Loading…
Cancel
Save