X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/37f5b9a91a456e44ca9a312f84201b3c562e90c6..ce1289d4421b08ce6f69d8203784ee648671972e:/src/instr/instr_config.c diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index ffc5da464f..091799b46c 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -133,11 +133,11 @@ int TRACE_start() XBT_DEBUG("Tracing is on"); /* other trace initialization */ - created_categories = xbt_dict_new_homogeneous(xbt_free); - declared_marks = xbt_dict_new_homogeneous(xbt_free); - user_host_variables = xbt_dict_new_homogeneous(xbt_free); - user_vm_variables = xbt_dict_new_homogeneous (xbt_free); - user_link_variables = xbt_dict_new_homogeneous(xbt_free); + created_categories = xbt_dict_new_homogeneous(xbt_free_f); + declared_marks = xbt_dict_new_homogeneous(xbt_free_f); + user_host_variables = xbt_dict_new_homogeneous(xbt_free_f); + user_vm_variables = xbt_dict_new_homogeneous(xbt_free_f); + user_link_variables = xbt_dict_new_homogeneous(xbt_free_f); if (TRACE_start_functions != NULL) { void (*func) ();