mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
memry allcation
This commit is contained in:
@ -359,7 +359,7 @@ int UDPStandardImplementation::setupFifoStructure(){
|
||||
delete fifo[i];
|
||||
fifo[i] = 0;
|
||||
}
|
||||
if(!mem0[i]){
|
||||
if(mem0[i]){
|
||||
free(mem0[i]);
|
||||
mem0[i] = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user