fix: Potential use-after-free with the .NET SDK

This commit is contained in:
WerWolv
2023-09-08 22:00:15 +02:00
parent d011f37658
commit 83e26522b6
2 changed files with 3 additions and 2 deletions

View File

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