memry allcation

This commit is contained in:
Dhanya Maliakal 2016-11-04 12:12:06 +01:00
parent ff1b2ac19a
commit e4a8933d97

View File

@ -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;
}