Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
msg_simix alpha. All functions implemented.
[simgrid.git] / src / msg_simix / msg_simix_environment.c
index e2abf68..69e2a35 100644 (file)
@@ -59,6 +59,7 @@ void MSG_create_environment(const char *file)
        for (i=0; i< SIMIX_host_get_number();i++) {
                __MSG_host_create(workstation[i], NULL);
        }
+       xbt_free(workstation);
   return;
 }