mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
Fixed multiple memory leaks
This commit is contained in:
@@ -193,6 +193,8 @@ namespace hex {
|
||||
}
|
||||
|
||||
ViewPattern::~ViewPattern() {
|
||||
delete this->m_patternLanguageRuntime;
|
||||
|
||||
View::unsubscribeEvent(Events::ProjectFileStore);
|
||||
View::unsubscribeEvent(Events::ProjectFileLoad);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user