mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-30 08:29:16 -06:00
Fixed plugin unloading segfault
This commit is contained in:
@@ -65,6 +65,8 @@ namespace hex {
|
||||
for (auto &view : ContentRegistry::Views::getEntries())
|
||||
delete view;
|
||||
ContentRegistry::Views::getEntries().clear();
|
||||
|
||||
this->deinitPlugins();
|
||||
}
|
||||
|
||||
void Window::loop() {
|
||||
|
||||
Reference in New Issue
Block a user