We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c5e2f commit f828137Copy full SHA for f828137
1 file changed
src/gridtypes/ParaviewCollection.jl
@@ -56,6 +56,7 @@ function paraview_collection_load(filename::AbstractString)
56
set_attribute(xDataSet, "part", attribute(c, "part"))
57
set_attribute(xDataSet, "file", attribute(c, "file"))
58
end
59
+ LightXML.free(xpvd)
60
return pvd
61
62
0 commit comments