make sure to destroy all left-over memory before exit
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 08 Sep 2008 12:26:00 -0700
changeset 3656 bf33e34f8cd0
parent 3655 878961da459c
child 3657 67ca221a24bb
make sure to destroy all left-over memory before exit
examples/wifi-wired-bridging.cc
--- a/examples/wifi-wired-bridging.cc	Mon Sep 08 12:22:29 2008 -0700
+++ b/examples/wifi-wired-bridging.cc	Mon Sep 08 12:26:00 2008 -0700
@@ -158,5 +158,5 @@
 
   Simulator::Stop (Seconds (100.0));
   Simulator::Run ();
-
+  Simulator::Destroy ();
 }