mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-24 05:29:08 -06:00
fix: Potential use-after-free with the .NET SDK
This commit is contained in:
@@ -18,6 +18,7 @@ namespace hex::script::loader {
|
||||
|
||||
private:
|
||||
std::function<bool(const std::fs::path&)> m_loadAssembly;
|
||||
std::fs::path::string_type m_assemblyLoaderPathString;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user