From 356b8a4d5cd3fe5f8b490ce7db0ebb9906569c96 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 8 Sep 2008 12:26:00 -0700 Subject: [PATCH] make sure to destroy all left-over memory before exit --- examples/wifi-wired-bridging.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wifi-wired-bridging.cc b/examples/wifi-wired-bridging.cc index ad40448f6..e6d263e94 100644 --- a/examples/wifi-wired-bridging.cc +++ b/examples/wifi-wired-bridging.cc @@ -158,5 +158,5 @@ int main (int argc, char *argv[]) Simulator::Stop (Seconds (100.0)); Simulator::Run (); - + Simulator::Destroy (); }