Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix memory leak
[simgrid.git] / src / xbt / mmalloc / mm_diff.c
index 84d7db1..86733e3 100644 (file)
@@ -371,7 +371,9 @@ void reset_heap_information(){
       equals_to1[i][j] = NULL;
       heap_area_free(equals_to2[i][j]);
       equals_to2[i][j] = NULL;
       equals_to1[i][j] = NULL;
       heap_area_free(equals_to2[i][j]);
       equals_to2[i][j] = NULL;
-    }    
+    }
+    free(equals_to1[i]);
+    free(equals_to2[i]);
   }
 
   free(equals_to1);
   }
 
   free(equals_to1);