fixed some small bugs M.Z.

This commit is contained in:
cvs
2004-07-06 13:10:03 +00:00
parent adaef594fe
commit 29e34ef0ca
4 changed files with 5 additions and 5 deletions

1
velo.c
View File

@@ -854,6 +854,7 @@
pNew->pMonitor = CreateEVController(pMonDriv,pBueffel,&iRet);
if(!pNew->pMonitor)
{
DeleteEVDriver(pMonDriv); /* was missing M.Z. Jul 04 */
SCWrite(pCon,"ERROR: failed to create monitor for nvs",eError);
return 0;
}