mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
Fixed plugin unloading segfault
This commit is contained in:
@@ -49,10 +49,8 @@ int main(int argc, char **argv) {
|
||||
hex::View::postEvent(hex::Events::FileDropped, argv[1]);
|
||||
|
||||
window.initPlugins();
|
||||
|
||||
window.loop();
|
||||
|
||||
window.deinitPlugins();
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user