fix: Crash when closing provider that had pattern loaded in some cases

This commit is contained in:
WerWolv
2023-01-24 23:27:15 +01:00
parent 90d9c91717
commit 27790532f8
5 changed files with 24 additions and 18 deletions

View File

@@ -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;
};