Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
free the engine at the end of test
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 5 Jul 2017 12:08:38 +0000 (14:08 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 5 Jul 2017 12:08:38 +0000 (14:08 +0200)
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;
 }