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


Loading…
Cancel
Save