fix mingw regression tests
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 25 Jun 2009 09:07:44 +0200
changeset 4592 0001fabf058c
parent 4591 7eff6247737e
child 4593 5a4325290b40
fix mingw regression tests
samples/main-ns2-mob.cc
--- a/samples/main-ns2-mob.cc	Thu Jun 25 09:07:31 2009 +0200
+++ b/samples/main-ns2-mob.cc	Thu Jun 25 09:07:44 2009 +0200
@@ -34,5 +34,7 @@
   Simulator::Stop (Seconds (10.0));
   Simulator::Run ();
   Simulator::Destroy ();
+
+  os.close ();
   return 0;
 }