- A few fixes to the hsitogram memory codes

- Many fixes for the triple axis code
This commit is contained in:
cvs
2003-04-10 11:41:22 +00:00
parent bfb09e4593
commit cb4bbbc93c
35 changed files with 482 additions and 171 deletions

View File

@ -378,7 +378,7 @@ extern char *SkipSpace(char *pPtr);
CommandList *pTemp;
Tcl_Interp *pTcl = NULL;
int i;
assert(self);
self->iDeleting = 1;
@ -392,6 +392,7 @@ extern char *SkipSpace(char *pPtr);
}
if(pCurrent->pName)
{
printf("Deleting %s\n",pCurrent->pName);
free(pCurrent->pName);
}
pTemp = pCurrent->pNext;