You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Ofer Kalisky <ka...@messagevine.com> on 2001/11/06 10:26:18 UTC

Memory leak in xalan

When the XalanTransformer::transform method is called, I see a memory leak
of the stream. Is it just me (should I delete the stream after use) or is
there a problem with the method. BTW, I didn't find anything about it in the
known bugs...

Thanks.


Re: Memory leak in Xalan

Posted by Ofer Kalisky <ka...@messagevine.com>.
Sorry, indeed it was my mistake, and David N Bertoni enlightened my eyes
about the use of strstreams.

Thanks, man...