Fixed bug: ISDN call controllers are now properly destroyed.

git-svn-id: http://voip.null.ro/svn/yate@1845 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-03-26 13:00:00 +00:00
parent d00c6d7abe
commit 467d9e09cd
1 changed files with 2 additions and 2 deletions

View File

@ -7438,7 +7438,7 @@ public:
virtual void destruct() {
attach(0);
SignallingCallControl::attach(0);
GenObject::destruct();
ISDNLayer3::destruct();
}
/**
@ -7703,7 +7703,7 @@ public:
attach((ISDNQ921Pasive*)0,false);
attach((SignallingCircuitGroup*)0,true);
attach((SignallingCircuitGroup*)0,false);
GenObject::destruct();
ISDNLayer3::destruct();
}
/**