Fixed a minor memory leak in count and drive task handling
Reformatted multicountser to become clearer Minor fixes Added more tracing output to sort the SANSLI problem
This commit is contained in:
@ -182,12 +182,13 @@ pExeList CreateExeList(pTaskMan pTask)
|
||||
pRes->waitID = -1;
|
||||
pRes->runID = -1;
|
||||
pRes->iLock = 0;
|
||||
pRes->drivePrint = 0;
|
||||
pRes->drivePrint = 0;
|
||||
pRes->paused = 0;
|
||||
pRes->taskRunning = 0;
|
||||
pRes->pCall = CreateCallBackInterface();
|
||||
pRes->lastRun = time(NULL);
|
||||
pRes->pDes->GetInterface = DevexecInterface;
|
||||
pRes->instStatus = eEager;
|
||||
return pRes;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user