- Fixed a massive memory leak in Hipadaba
- Extended the Hdb adapter to support SICSdata - Made the simulated histogram memory driver work properly when data has been set. - Implemented the hfactory command - Removed hdbcommand which was never finsihed
This commit is contained in:
1
mumo.c
1
mumo.c
@ -872,6 +872,7 @@ static void RecoverNamPos(pMulMot self, int argc, char *argv[])
|
||||
sprintf(pBueffel,"%s list of known named positions \n",
|
||||
argv[0]);
|
||||
Tcl_DStringAppend(&tString,pBueffel,strlen(pBueffel));
|
||||
StringDictKillScan(self->pNamPos);
|
||||
pPtr = StringDictGetNext(self->pNamPos,pError,131);
|
||||
while(pPtr != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user