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

Public GIT Repository
make it clear to static analyzers that this mem is not leaked
[simgrid.git] / examples / s4u / actor-daemon / s4u_actor-daemon.cpp
index bc075a6ca590e92fe4ec905eba15d3df2ebed305..b415f288b4dca4b0f373e4bdf79b873d4c800c1f 100644 (file)
@@ -40,6 +40,5 @@ int main(int argc, char* argv[])
   e->run();
 
   delete e;
-
   return 0;
 }