]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/actor-create/s4u_actor-create.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revalidate the tesh files after fixing #195
[simgrid.git] / examples / s4u / actor-create / s4u_actor-create.cpp
index b822e632866fab34e6568e6b093478a8b3c19c00..56c2849adf6a60e0e8b87c013e64c0ceb64fbbf0 100644 (file)
@@ -114,5 +114,7 @@ int main(int argc, char** argv)
   e->run();
 
   /* Once the simulation is done, the program is ended */
+  delete e;
+
   return 0;
 }