- fixed problems deallocation sicsobjects

This commit is contained in:
zolliker
2009-02-25 14:50:00 +00:00
parent 1914d04420
commit 4b82f13ab1
7 changed files with 47 additions and 48 deletions

View File

@ -84,7 +84,7 @@ void DeleteDescriptor(pObjectDescriptor self)
if (self->pKeys)
IFDeleteOptions(self->pKeys);
/*
* delate a parameter node only when not linked elsewhere
* delete a parameter node only when not linked elsewhere
*/
if (self->parNode != NULL) {
if (self->parNode->mama == NULL) {