This commit is contained in:
huoji
2025-04-25 16:08:22 +08:00
parent db31cd90b5
commit e160fd0d57
8 changed files with 937 additions and 349 deletions

View File

@@ -185,6 +185,12 @@ Sandbox::~Sandbox() {
}
m_wfpEngines.clear();
// 清理文件句柄资源
for (auto& pair : m_fileHandles) {
delete pair.second;
}
m_fileHandles.clear();
// 1. 先清理高层资源
m_crossSectionExecution.clear();
envStrings.clear();