- fixed problems deallocation sicsobjects
This commit is contained in:
2
obdes.c
2
obdes.c
@ -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) {
|
||||
|
Reference in New Issue
Block a user