diff --git a/src/gridtypes/ParaviewCollection.jl b/src/gridtypes/ParaviewCollection.jl index 0bfa8c61..824fbab7 100644 --- a/src/gridtypes/ParaviewCollection.jl +++ b/src/gridtypes/ParaviewCollection.jl @@ -56,6 +56,7 @@ function paraview_collection_load(filename::AbstractString) set_attribute(xDataSet, "part", attribute(c, "part")) set_attribute(xDataSet, "file", attribute(c, "file")) end + LightXML.free(xpvd) return pvd end