mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-25 07:40:03 +02:00
receiver crash solved
This commit is contained in:
parent
0d83346943
commit
24dcc45f5b
@ -467,8 +467,11 @@ void slsDetectorUtils::acquire(int delflag){
|
|||||||
pthread_mutex_unlock(&mg);
|
pthread_mutex_unlock(&mg);
|
||||||
|
|
||||||
|
|
||||||
if (measurement_finished)
|
if (measurement_finished){
|
||||||
measurement_finished(im,*fileIndex,measFinished_p);
|
pthread_mutex_lock(&mg);
|
||||||
|
measurement_finished(im,*fileIndex,measFinished_p);
|
||||||
|
pthread_mutex_unlock(&mg);
|
||||||
|
}
|
||||||
|
|
||||||
if (*stoppedFlag) {
|
if (*stoppedFlag) {
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user