Skip to content
Snippets Groups Projects
Commit f0c9024e2cf9 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

fixed problem reported on bug #460415 Daniel

* xmlsave.c: fixed problem reported on bug #460415
Daniel

svn path=/trunk/; revision=3646
parent c95e3c620913
Branches
Tags
No related merge requests found
Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
* xmlsave.c: fixed problem reported on bug #460415
Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
 
* uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
......
......@@ -2191,6 +2191,7 @@
if (handler == NULL) {
xmlFree((char *) cur->encoding);
cur->encoding = NULL;
encoding = NULL;
}
}
buf = xmlOutputBufferCreateFile(f, handler);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment