do not try to dispose the parent's ressources from InternetNode::Dispose

Mathieu Lacage 2007-05-02 09:17:17 +02:00
parent 8c580647fd
commit 63a732f71e
1 changed files with 2 additions and 3 deletions

View File

@ -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*