This commit is contained in:
2025-10-24 17:25:57 +08:00
parent 7462b7aa93
commit e43078aa84
3 changed files with 32 additions and 5 deletions

View File

@@ -473,7 +473,7 @@ namespace QCL
ReadFile::~ReadFile()
{
std::lock_guard<std::mutex> lock(mtx_);
// std::lock_guard<std::mutex> lock(mtx_);
Close();
}