1
0
mirror of synced 2025-01-29 19:17:28 +01:00

fix: Crash on exit

This commit is contained in:
WerWolv 2024-01-21 21:39:55 +01:00
parent d5a57564fe
commit 1af3bf5da7

View File

@ -134,6 +134,8 @@ namespace hex::init {
ContentRegistry::Experiments::impl::getExperiments().clear();
ContentRegistry::Reports::impl::getGenerators().clear();
ContentRegistry::Diffing::impl::getAlgorithms().clear();
WorkspaceManager::reset();
LayoutManager::reset();