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 lockup on load after the latest commits
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
4 years ago
parent
a2035b7b69
commit
56400169d3
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/CardinalPlugin.cpp
+ 5
- 0
src/CardinalPlugin.cpp
View File
@@ -190,6 +190,11 @@ struct Initializer
}
#endif
INFO("Clearing asset paths");
asset::bundlePath.clear();
asset::systemDir.clear();
asset::userDir.clear();
INFO("Destroying plugins");
plugin::destroyStaticPlugins();
Write
Preview
Loading…
Cancel
Save