Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix tracing tests
[simgrid.git] / src / instr / instr_paje_values.cpp
index f46eed5..84152ec 100644 (file)
@@ -31,9 +31,11 @@ value::value(const char* name, const char* color, type_t father)
 
 value::~value()
 {
 
 value::~value()
 {
+  /* FIXME: this should be cleanable
   xbt_free(name);
   xbt_free(color);
   xbt_free(id);
   xbt_free(name);
   xbt_free(color);
   xbt_free(id);
+  */
 }
 
 value* value::get_or_new(const char* name, const char* color, type_t father)
 }
 
 value* value::get_or_new(const char* name, const char* color, type_t father)