Open
Description
I received a report of memory leaks from an XMLDict user JuliaCloud/XMLDict.jl#1.
I'm somewhat surprised. The LightXML.jl doc says, under the heading "Create an XML Document", that "When you create XML documents and elements directly you need to take care not to leak memory". However, under the heading "Read an XML file" there is no mention of memory management. XMLDict.jl only calls LightXML.parse_string, so it does not "create XML documents and elements directly".
The documentation seems to say that if you are just "read[ing] an xml file", as opposed to "create[ing] XML documents and elements directly", then you do not need to worry about memory management.
Is parse_string
broken? or is the documentation broken?
This seems related: #19
Metadata
Metadata
Assignees
Labels
No labels