Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Plug a bunch of memleaks
[simgrid.git] / src / msg / gos.c
index 0eb23d7..1ba243a 100644 (file)
@@ -252,6 +252,7 @@ MSG_process_sleep(double nb_sec)
                MSG_RETURN(MSG_HOST_FAILURE);
        }
 
+       SIMIX_action_destroy(act_sleep);
        MSG_RETURN(MSG_OK);
 }