- 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

@ -92,6 +92,15 @@ int configureHMdata(pHMdata self, pStringDict pOpt,
} else {
self->updateIntervall = (int)rint(fVal);
}
/*
invalidate buffer
*/
if(self->localBuffer != NULL){
free(self->localBuffer);
self->localBuffer = NULL;
}
/*
note: remove update request in histmem.c
*/