mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 18:40:42 +02:00
fixed warnings
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 13s
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 13s
This commit is contained in:
parent
aadbfeaf2d
commit
721d536350
@ -2265,7 +2265,7 @@ void *start_timer(void *arg) {
|
|||||||
if (imageData == NULL) {
|
if (imageData == NULL) {
|
||||||
LOG(logERROR, ("Can not allocate image Data RAM."
|
LOG(logERROR, ("Can not allocate image Data RAM."
|
||||||
"Probable cause: Memory Leak.\n"));
|
"Probable cause: Memory Leak.\n"));
|
||||||
return FAIL;
|
return NULL;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
for (int i = 0; i < imageSize; i += sizeof(uint16_t)) {
|
for (int i = 0; i < imageSize; i += sizeof(uint16_t)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user