[xiph-cvs] cvs commit: icecast/src config.c
Karl Heyes
karl at xiph.org
Fri Jul 18 12:54:03 PDT 2003
karl 03/07/18 15:54:02
Modified: src config.c
Log:
The xml cleanup occurs after this anyway, and doing this here can cause
bad things to occur when xslt gets used.
Revision Changes Path
1.36 +0 -1 icecast/src/config.c
Index: config.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/config.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- config.c 15 May 2003 23:19:57 -0000 1.35
+++ config.c 18 Jul 2003 19:54:02 -0000 1.36
@@ -225,7 +225,6 @@
_parse_root(doc, node->xmlChildrenNode, configuration);
xmlFreeDoc(doc);
- xmlCleanupParser();
return 0;
}
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list