Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hide std::free to Sonar.
[simgrid.git] / teshsuite / simdag / flatifier / flatifier.cpp
index 3140fd4..ac3b301 100644 (file)
@@ -68,7 +68,7 @@ static void dump_hosts()
       std::printf("/>\n");
     }
   }
-  std::free(hosts);
+  xbt_free(hosts);
 }
 
 static void dump_links()
@@ -91,7 +91,7 @@ static void dump_links()
     }
   }
 
-  std::free(links);
+  xbt_free(links);
 }
 
 static void dump_routers()
@@ -173,7 +173,7 @@ static void dump_routes()
       }
     }
   }
-  std::free(hosts);
+  xbt_free(hosts);
 }
 
 static void dump_platform()