some changes for memory leak

This commit is contained in:
Dhanya Maliakal
2015-11-11 15:09:37 +01:00
parent 0627668090
commit 24438419d5

View File

@ -355,7 +355,6 @@ int UDPStandardImplementation::setupFifoStructure(){
buffer[i] += (bufferSize * numberofJobsPerBuffer + HEADER_SIZE_NUM_TOT_PACKETS);
count++;
}
cout<<i<<" count:"<<count<<endl;
}
FILE_LOG(logDEBUG) << "Info: Fifo structure(s) reconstructed";
return OK;