mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
The xml cleanup occurs after this anyway, and doing this here can cause
bad things to occur when xslt gets used. svn path=/trunk/icecast/; revision=5152
This commit is contained in:
parent
57e9372c69
commit
59f13c6f76
@ -225,7 +225,6 @@ int config_parse_file(const char *filename, ice_config_t *configuration)
|
||||
_parse_root(doc, node->xmlChildrenNode, configuration);
|
||||
|
||||
xmlFreeDoc(doc);
|
||||
xmlCleanupParser();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user