Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename gras_config.h.in to c_gras_config.h.in in order to avoid a conflict with autotools
[simgrid.git] / src / surf / surf_routing.c
index 84a21f6fa8b61bcb4b0075209715e785f0d87c25..1d4972b5cefea48abf19b187c1dd70a90a90695f 100644 (file)
@@ -366,6 +366,7 @@ static void routing_full_finalize(void) {
         xbt_dynar_free(&ROUTE_FULL(i, j));
     free(routing->routing_table);
     xbt_dict_free(&used_routing->host_id);
+    xbt_dict_free(&onelink_routes);
     free(routing);
     routing=NULL;
   }