mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
some changes for memory leak
This commit is contained in:
@ -355,7 +355,6 @@ int UDPStandardImplementation::setupFifoStructure(){
|
|||||||
buffer[i] += (bufferSize * numberofJobsPerBuffer + HEADER_SIZE_NUM_TOT_PACKETS);
|
buffer[i] += (bufferSize * numberofJobsPerBuffer + HEADER_SIZE_NUM_TOT_PACKETS);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
cout<<i<<" count:"<<count<<endl;
|
|
||||||
}
|
}
|
||||||
FILE_LOG(logDEBUG) << "Info: Fifo structure(s) reconstructed";
|
FILE_LOG(logDEBUG) << "Info: Fifo structure(s) reconstructed";
|
||||||
return OK;
|
return OK;
|
||||||
|
Reference in New Issue
Block a user