Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar
[simgrid.git] / examples / s4u / actor-create / s4u_actor-create.cpp
index f6700b0..56c2849 100644 (file)
@@ -114,6 +114,7 @@ int main(int argc, char** argv)
   e->run();
 
   /* Once the simulation is done, the program is ended */
-  e->shutdown();
+  delete e;
+
   return 0;
 }