Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixed a bug in add_route in all models + dict uses DJB2 hash func now + modified...
[simgrid.git] / src / surf / network.c
index 697a674..b3b8adb 100644 (file)
@@ -226,7 +226,6 @@ static void add_route(void)
       }     
     }
     route_new(src_id, dst_id, link_list, nb_link);
-    xbt_dynar_free(&links);
    }
 
    xbt_dict_free(&route_table);