- A couple of small fixes for memory and initialization problems.
This is to make valgrind happy
This commit is contained in:
2
psi.c
2
psi.c
@ -443,7 +443,7 @@ static pEVControl InstallPsiEnvironmentController(SicsInterp *pSics,
|
||||
pDriv = CreateEL755Driv(argc-4,&argv[4]);
|
||||
if(pDriv != NULL){
|
||||
pNew = CreateEVController(pDriv,argv[2],&status);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
sprintf(pBueffel,"ERROR: %s not recognized as a valid driver type", argv[3]);
|
||||
SCWrite(pCon,pBueffel,eError);
|
||||
|
Reference in New Issue
Block a user