Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] New message for stack_area
[simgrid.git] / src / mc / mc_compare.cpp
index a764970..55db660 100644 (file)
@@ -60,7 +60,6 @@ extern "C" {
 static void stack_region_free(stack_region_t s)
 {
   if (s) {
-    xbt_free(s->process_name);
     xbt_free(s);
   }
 }