This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
19
Wiki
Activity
Browse Source
Fix crash on close when using gl/fbo modules
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
4 years ago
parent
483838d80b
commit
d2b1cf420e
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/CardinalPlugin.cpp
+ 1
- 0
src/CardinalPlugin.cpp
View File
@@ -406,6 +406,7 @@ public:
{
{
const ScopedContext sc(this);
const ScopedContext sc(this);
context->patch->clear();
delete context;
delete context;
}
}
Write
Preview
Loading…
Cancel
Save