]> AND Public Git Repository - simgrid.git/blobdiff - examples/gras/ping/ping_client.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure we can set the testing environment of the commands [to valgrind] from outside
[simgrid.git] / examples / gras / ping / ping_client.c
index d213bdb76eda293d2c8dd5ddd89086727b470de0..c49642463cd0d7db0cc82899db27ca8d2d37632e 100644 (file)
@@ -78,7 +78,7 @@ int client(int argc,char *argv[]) {
 
   /* 10. Free the allocated resources, and shut GRAS down */
   gras_socket_close(toserver);
-  gras_exit();
   INFO0("Done.");
+  gras_exit();
   return 0;
 } /* end_of_client */