X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6050383ef0dc59e1ca54d02bcf6bccb993593add..a511865336e83ac3654632265ed00b8f0bf0eccc:/src/surf/storage_interface.cpp?ds=sidebyside diff --git a/src/surf/storage_interface.cpp b/src/surf/storage_interface.cpp index cf639a3db7..c674ff92bc 100644 --- a/src/surf/storage_interface.cpp +++ b/src/surf/storage_interface.cpp @@ -44,9 +44,7 @@ StorageModel::StorageModel() StorageModel::~StorageModel(){ lmm_system_free(maxminSystem_); - surf_storage_model = NULL; - xbt_dynar_free(&p_storageList); }