temporarily invoke node's Dispose from user script

This commit is contained in:
Mathieu Lacage
2007-05-02 10:24:59 +02:00
parent b7ad24cea9
commit 5f7f31e7c9

View File

@@ -167,6 +167,11 @@ int main (int argc, char *argv[])
Simulator::StopAt (Seconds(10.0));
Simulator::Run ();
n0->Dispose ();
n1->Dispose ();
n2->Dispose ();
n3->Dispose ();
Simulator::Destroy ();
}