解决大幅面高分辨率时,扫描结束时图像丢失的问题,BUG-853

This commit is contained in:
yangjiaxuan 2023-12-13 14:10:06 +08:00
parent 38a7e40296
commit 6b067189ed
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ scanner_err hg_scanner_mgr::hg_scanner_close(scanner_handle h, bool force)
}
}
SCAN_PTR(h)->stop();
//SCAN_PTR(h)->stop(); //shield on 2023.12.13,BUG-853
SCAN_PTR(h)->close(force);
delete SCAN_PTR(h);