mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 18:40:42 +02:00
memry allcation
This commit is contained in:
parent
ff1b2ac19a
commit
e4a8933d97
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user