X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aedc7f54098826e18dc8c2bf32594e9baeb3832f..156df478fec05131317179a0147670b04f1e6493:/src/smpi/smpi_global.c diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 332b929ab3..d17f4bd9f6 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -479,6 +479,8 @@ void smpi_global_destroy(void) } xbt_free(process_data); process_data = NULL; + + xbt_free(index_to_process_data); if(smpi_privatize_global_variables) smpi_destroy_global_memory_segments(); smpi_free_static();