On 10/27/17, Johan Kuuse <jo...@kuu.se> 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
d...@sqlite.org
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to