Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some cleanup
[simgrid.git] / src / surf / storage.c
index ce0528e..aa0f3eb 100644 (file)
@@ -657,6 +657,8 @@ static XBT_INLINE void surf_storage_resource_free(void *r)
   storage_t storage = r;
   xbt_dict_free(&storage->content);
   xbt_dynar_free(&storage->write_actions);
+  free(storage->type_id);
+  free(storage->content_type);
   // generic resource
   surf_resource_free(r);
 }