This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix build without NTK
tags/1.9.4
falkTX
11 years ago
parent
70dea828b9
commit
ac4379b614
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/backend/native/zynaddsubfx.cpp
+ 2
- 0
source/backend/native/zynaddsubfx.cpp
View File
@@ -352,7 +352,9 @@ private:
~ZynThread()
{
// must be closed by now
#ifdef WANT_ZYNADDSUBFX_UI
CARLA_ASSERT(fUi == nullptr);
#endif
CARLA_ASSERT(fQuit);
}
Write
Preview
Loading…
Cancel
Save