Fix thread no-stop bug
This commit is contained in:
@@ -300,3 +300,8 @@ void DeviceManager::processScan(const char* json, bool empty) {
|
||||
THROW_ERROR(errmsg);
|
||||
qDebug() << ">>>>>>>>>>>>>>>>>>>>>ScanControl failed";
|
||||
}
|
||||
|
||||
void DeviceManager::close() {
|
||||
previewDataCaller->terminate();
|
||||
delete previewDataCaller;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user