This commit is contained in:
13038267101 2023-05-17 14:54:42 +08:00
parent 4232d30a74
commit 53b018c872
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ hg_scanner::~hg_scanner()
close(true); close(true);
hg_version_free_handle(); hg_version_free_handle();
//if (thread_read_int_.get() && thread_read_int_->joinable()) if (thread_read_int_.get() && thread_read_int_->joinable())
// thread_read_int_->join(); thread_read_int_->join();
if (thread_usb_read_.get() && thread_usb_read_->joinable()) if (thread_usb_read_.get() && thread_usb_read_->joinable())
thread_usb_read_->join(); thread_usb_read_->join();
if (thread_img_handle_.get() && thread_img_handle_->joinable()) if (thread_img_handle_.get() && thread_img_handle_->joinable())