Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not create communicator if process is not inside its group
[simgrid.git] / src / smpi / instr_smpi.c
index b4239bed29303288460c3eaace8cc688ecd68c58..2aa3d53f0cabc4fd3c7c037cb60f76c27fa6c294 100644 (file)
@@ -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);
 }