Compiled under Redhat Linux<Right

This commit is contained in:
cvs
2000-02-18 15:54:23 +00:00
parent b9529f1cfd
commit cbc7fdf334
48 changed files with 160 additions and 109 deletions

5
task.c
View File

@ -70,7 +70,10 @@
if(self->pKill)
{
self->pKill(self->pData);
if(self->pData)
{
self->pKill(self->pData);
}
}
/* unlink */
if(self->pPrevious != NULL)