do not try to dispose the parent's ressources from InternetNode::Dispose
parent
8c580647fd
commit
63a732f71e
|
@ -108,9 +108,8 @@ InternetNode::CreateTraceResolver (TraceContext const &context)
|
|||
|
||||
void InternetNode::Dispose()
|
||||
{
|
||||
for(uint32_t i=0;i<GetNDevices();++i)
|
||||
GetDevice(i)->Dispose();
|
||||
|
||||
// chain up.
|
||||
Node::Dispose ();
|
||||
}
|
||||
|
||||
ApplicationList*
|
||||
|
|
Loading…
Reference in New Issue