make sure to destroy all left-over memory before exit

This commit is contained in:
Mathieu Lacage
2008-09-08 12:26:00 -07:00
parent f75a46a16c
commit 356b8a4d5c

View File

@@ -158,5 +158,5 @@ int main (int argc, char *argv[])
Simulator::Stop (Seconds (100.0));
Simulator::Run ();
Simulator::Destroy ();
}