X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/68a3972f6c3c8865130f4341e3f2aaf7b69ea190..e3ab35679ccd20b749f6034f17e86c2b51abcc2e:/src/smpi/instr_smpi.c?ds=sidebyside diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index cd5a306fa5..d067768a2f 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -177,7 +177,7 @@ const char *TRACE_internal_smpi_get_category (void) void TRACE_smpi_alloc() { keys = xbt_dict_new_homogeneous(xbt_dynar_free_voidp); - process_category = xbt_dict_new_homogeneous(xbt_free); + process_category = xbt_dict_new_homogeneous(xbt_free_f); } void TRACE_smpi_release(void)