[ expat-Bugs-830367 ] Multiple Calls to XML_ParserFree
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #830367, was opened at 2003-10-26 01:25 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=830367&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Multiple Calls to XML_ParserFree Initial Comment: Version: 1.95.7 Calling XML_ParserFree on the same parser object multiple times causes an access violation error. ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2003-10-26 02:54 Message: Logged In: YES user_id=290026 That is because you are not supposed to do that. Just like you are not supposed to free any allocated memory more than once. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=830367&group_id=10127