mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: Crash when closing providers
This commit is contained in:
@@ -277,7 +277,7 @@ namespace hex {
|
||||
s_closingProviders.clear();
|
||||
}
|
||||
|
||||
const std::set<prv::Provider*>& getClosingProviders() {
|
||||
std::set<prv::Provider*> getClosingProviders() {
|
||||
return s_closingProviders;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user