Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean and reorganize: move some frees to the right locations...
[simgrid.git] / src / surf / workstation_ptask_L07.c
index b72a43d..147d12a 100644 (file)
@@ -1023,13 +1023,6 @@ static void add_traces(void) {
      }
    }
 */
-   xbt_dict_free(&trace_connect_list_host_avail);
-   xbt_dict_free(&trace_connect_list_power);
-   xbt_dict_free(&trace_connect_list_link_avail);
-   xbt_dict_free(&trace_connect_list_bandwidth);
-   xbt_dict_free(&trace_connect_list_latency);
-   
-   xbt_dict_free(&traces_set_list); 
 }
 
 static void define_callbacks(const char *file)