- A few fixes to the hsitogram memory codes
- Many fixes for the triple axis code
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user