fix: Crash on exit
This commit is contained in:
parent
74e74ddc38
commit
d2056d9409
@ -59,15 +59,16 @@ namespace hex::plugin::builtin {
|
||||
size_t m_validBytes = 0;
|
||||
prv::Provider *m_selectedProvider = nullptr;
|
||||
std::atomic<bool> m_dataValid = false;
|
||||
|
||||
pl::PatternLanguage m_runtime;
|
||||
std::vector<InspectorCacheEntry> m_cachedData, m_workData;
|
||||
|
||||
TaskHolder m_updateTask;
|
||||
|
||||
std::string m_editingValue = "";
|
||||
|
||||
bool m_tableEditingModeEnabled = false;
|
||||
std::set<std::string> m_hiddenValues;
|
||||
|
||||
pl::PatternLanguage m_runtime;
|
||||
};
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user