Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
free the engine at the end of test
[simgrid.git] / examples / s4u / actor-daemon / s4u_actor-daemon.cpp
index 5ef84f6..bc075a6 100644 (file)
@@ -39,5 +39,7 @@ int main(int argc, char* argv[])
 
   e->run();
 
+  delete e;
+
   return 0;
 }