Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make attribute 'model' of <storage_type> optional: for future usage
[simgrid.git] / src / surf / surf_interface.cpp
index 7ef46e5..dd505c0 100644 (file)
@@ -381,7 +381,6 @@ void surf_exit()
     free(stype->model);
     free(stype->type_id);
     free(stype->content);
-    free(stype->content_type);
     xbt_dict_free(&(stype->properties));
     delete stype->model_properties;
     free(stype);