Merge branch 'developer' into eiger26

This commit is contained in:
2020-05-12 13:43:36 +02:00
3 changed files with 38 additions and 176 deletions

View File

@ -1048,7 +1048,8 @@ int DetectorImpl::acquire() {
}
Parallel(&Module::startAndReadAll, {});
} catch (...) {
Parallel(&Module::stopReceiver, {});
if (receiver)
Parallel(&Module::stopReceiver, {});
throw;
}