Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] free dicts on TRACE_end.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 3 Jul 2012 11:44:44 +0000 (13:44 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 3 Jul 2012 21:53:16 +0000 (23:53 +0200)
src/instr/instr_config.c

index d8014a4..089bfea 100644 (file)
@@ -108,8 +108,11 @@ int TRACE_end()
   PJ_type_free_all();
   PJ_container_release();
   PJ_type_release();
-  TRACE_surf_release();
   TRACE_smpi_release();
+  TRACE_surf_release();
+  xbt_dict_free(&user_link_variables);
+  xbt_dict_free(&user_host_variables);
+  xbt_dict_free(&declared_marks);
   xbt_dict_free(&created_categories);
 
   /* close the trace file */