Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix Memleaks
[simgrid.git] / src / surf / surf_routing_none.cpp
index e62c778..e24f244 100644 (file)
@@ -63,6 +63,7 @@ void AsNone::parseBypassroute(sg_platf_route_cbarg_t /*e_route*/){
 AsNone::AsNone() {
   p_routingSons = xbt_dict_new_homogeneous(NULL);
   p_indexNetworkElm = xbt_dynar_new(sizeof(char*),NULL);
+  p_linkUpDownList = NULL;
 }
 
 AsNone::~AsNone() {