X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb5b6b0c3c4d9a38bb205b2c8bc9aeeba8674a25..8d6a10ac1e9fcb029988ac60ac57d309b49db412:/src/smpi/smpi_deployment.c diff --git a/src/smpi/smpi_deployment.c b/src/smpi/smpi_deployment.c index 55daf3bea6..33177ac333 100644 --- a/src/smpi/smpi_deployment.c +++ b/src/smpi/smpi_deployment.c @@ -49,7 +49,7 @@ void SMPI_app_instance_register(const char *name, xbt_main_func_t code, int num_ process_count+=num_processes; if(!smpi_instances){ - smpi_instances=xbt_dict_new_homogeneous(xbt_free); + smpi_instances = xbt_dict_new_homogeneous(xbt_free_f); } xbt_dict_set(smpi_instances, name, (void*)instance, NULL);