corrected a delete [] in multiThreadedAnalogDetector

This commit is contained in:
2020-04-09 09:31:43 +02:00
parent 94bddb9908
commit f811c065d1
2 changed files with 2 additions and 2 deletions

View File

@ -429,7 +429,7 @@ int *getClusters(char *data, int *ph=NULL) {
max=*v;
}
}
}
}