Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
directly store the ns3Node, don't rely on a num ID to find it later on
[simgrid.git] / src / surf / StorageImpl.cpp
index d7bfde7..db277c6 100644 (file)
@@ -46,7 +46,6 @@ StorageModel::StorageModel() : Model()
 
 StorageModel::~StorageModel()
 {
-  delete maxminSystem_;
   surf_storage_model = nullptr;
 }