xml.diff
| b/code/nel/src/misc/i_xml.cpp Sun May 09 16:44:23 2010 -0700 | ||
|---|---|---|
| 101 | 101 |
// Free it |
| 102 | 102 |
xmlClearParserCtxt (_Parser); |
| 103 | 103 |
xmlFreeParserCtxt (_Parser); |
| 104 |
xmlCleanupParser (); |
|
| 105 | 104 |
|
| 106 | 105 |
_Parser = NULL; |
| 107 | 106 |
} |