1.0.0-rc.54

This commit is contained in:
2025-06-29 10:56:38 +02:00
parent c5b41c7830
commit 99de57fe6f
142 changed files with 181 additions and 142 deletions

View File

@@ -216,7 +216,6 @@ void SLSDetectorWrapper::Deactivate() {
det.setMaster(false, 0);
det.setSynchronization(false);
}
det.freeSharedMemory();
} catch (std::exception &e) {
logger.ErrorException(e);
throw JFJochException(JFJochExceptionCategory::Detector, e.what());