On 10/27/17, Johan Kuuse <[email protected]> wrote:
> Hi,
>
> I think the two blobs used for markdown input and output (rendered
> HTML) aren't free()'d properly.

I'm sure your are correct about the leaks, though two points:

(1) The proper way to fix them is to call blob_reset() on the Blob
object, not by trying to mess with the internal implementation details
of the Blob object.

(2) Memory leaks do not usually matter in Fossil, since each command
runs to completion and the process dies, leaving the OS to clean up
any memory.  Only memory leaks inside of a loop make a difference.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-dev mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to