On Wed, 26 May 2004, Adam Heinz wrote: > > These lines leak memory. If you don't pass an output buffer to transcode, you need > to XMLString::release() the returned buffer.
Something I wasn't sure on from the documentation. Does transcode reuse the same buffer and grow as needed or does it allocate a new buffer for each call? I'm wondering if I have to call release every time I call transcode or just during cleanup. Sean --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
