1
0
mirror of synced 2024-11-28 09:30:51 +01:00

fix: Crash on exit due to not clearing static vector (#368)

This commit is contained in:
Ben Jackson 2021-12-15 15:53:32 +00:00 committed by GitHub
parent 23085aee6d
commit aec2626d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,7 @@ namespace hex::init {
SharedData::welcomeScreenEntries.clear();
SharedData::footerItems.clear();
SharedData::toolbarItems.clear();
SharedData::dataProcessorNodes.clear();