mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-04 09:08:44 +01: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:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user