Kaydet (Commit) aaaf4c43 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix leak

Change-Id: Ie1c0cb94fae8b227f7ef66df5a2a2ca3f0738897
üst f33dc925
......@@ -327,6 +327,7 @@ namespace XSLT
outBuf->writecallback = &ParserOutputBufferCallback::on_write;
outBuf->closecallback = &ParserOutputBufferCallback::on_close;
xsltSaveResultTo(outBuf, result, styleSheet);
xmlOutputBufferClose(outBuf);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment