X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..da41b147264c6eb7febc5be6cfb2380eab69ba70:/src/smpi/instr_smpi.c diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index b4239bed29..2aa3d53f0c 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -142,7 +142,7 @@ const char *TRACE_internal_smpi_get_category (void) void TRACE_smpi_alloc() { - keys = xbt_dict_new_homogeneous(xbt_free); + keys = xbt_dict_new_homogeneous(xbt_dynar_free_voidp); process_category = xbt_dict_new_homogeneous(xbt_free); }