]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/EngineImpl.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
snake_case LinkImpl (but the part that should to the engine)
[simgrid.git] / src / kernel / EngineImpl.cpp
index dcda57deda8126a6d051b42cdf839369ad925da6..ad6799fa1d803792f64c5be55fe219bb8577850a 100644 (file)
@@ -40,7 +40,7 @@ EngineImpl::~EngineImpl()
 
   for (auto const& kv : storages_)
     if (kv.second)
-      delete kv.second->getImpl();
+      kv.second->getImpl()->destroy();
 }
 }
 }