Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak
[simgrid.git] / src / surf / surf_interface.cpp
index a7135de..dcf8e7f 100644 (file)
@@ -318,6 +318,8 @@ void surf_exit()
   for (auto const& model : all_existing_models)
     delete model;
 
+  xbt_free(surf_plugin_description);
+
   delete future_evt_set;
   future_evt_set = nullptr;