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

View File

@ -460,6 +460,7 @@ extern pServer pServ;
{
DeleteCommandStack(pVictim->pStack);
}
pVictim->lMagic=0; /* make a write to a freed conn. harmless */
/* finally free pVictim*/
free(pVictim);
}