Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please codacy
[simgrid.git] / teshsuite / s4u / comm-pt2pt / comm-pt2pt.cpp
index 0eebb04..ac41a68 100644 (file)
@@ -191,5 +191,6 @@ int main(int argc, char* argv[])
   e->run();
   XBT_INFO("Simulation time %g", e->getClock());
 
+  delete e;
   return 0;
 }