Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Nobody cares about this argument since maybe 4 years (when we managed to parse the...
[simgrid.git] / src / surf / surf_routing.c
index 583028e..e7f700f 100644 (file)
@@ -1000,8 +1000,7 @@ void surf_parse_models_setup()
 {
        routing_parse_Erandom();
        surfxml_del_callback(STag_surfxml_AS_cb_list, surf_parse_models_setup);
-       surf_config_models_setup(platform_filename);
-       free(platform_filename);
+       surf_config_models_setup();
 }
 
 /* ************************************************** */