mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Data information sections getting duplicated in NullProvieders
This commit is contained in:
@@ -18,6 +18,7 @@ namespace hex::plugin::builtin {
|
||||
m_analysisData.setOnCreateCallback([](const prv::Provider *provider, AnalysisData &data) {
|
||||
data.analyzedProvider = provider;
|
||||
|
||||
data.informationSections.clear();
|
||||
for (const auto &informationSectionConstructor : ContentRegistry::DataInformation::impl::getInformationSectionConstructors()) {
|
||||
data.informationSections.push_back(informationSectionConstructor());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user