Archived

This forum has been archived. Please start a new discussion on GitHub.

Memory leak in IceXML::Parser::parse(string&)

we find a memory leak while parsing an xml file directly using IceXML::Parser::parse(string& filename)

is that because of this function or just because of expat?

Comments

  • You shouldn't use IceXML. This is only used internally, and the API can change without notice.
  • OK, i'll try another way to parse it, thanks :)