Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak on exit
[simgrid.git] / src / gras / Msg / msg.c
index 5be2bf4..e705dbc 100644 (file)
@@ -43,6 +43,8 @@ static void gras_msg_procdata_free(void *data) {
    xbt_dynar_free(&( res->msg_queue ));
    xbt_dynar_free(&( res->cbl_list ));
    xbt_dynar_free(&( res->timers ));
+   
+   free(res);
 }
 
 /*