mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Crash when closing provider that had pattern loaded in some cases
This commit is contained in:
@@ -19,7 +19,6 @@ namespace hex::plugin::builtin {
|
||||
void drawContent() override;
|
||||
|
||||
private:
|
||||
std::map<hex::prv::Provider *, std::vector<pl::ptrn::Pattern*>> m_sortedPatterns;
|
||||
ui::PatternDrawer m_patternDrawer;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user