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
commit
d2b1cf420e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +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;
} }


Loading…
Cancel
Save