X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/926d5ddef86348602520f2a40cb5764306aa24c1..ebf7be2320c9239e70924752b5d9833224113ab4:/src/instr/instr_config.c diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index e4f111480d..b0fc9e03ab 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -79,6 +79,9 @@ int TRACE_start() /* 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_link_variables = xbt_dict_new_homogeneous (xbt_free); TRACE_surf_alloc(); TRACE_smpi_alloc(); return 0;