On 10/27/17, Richard Hipp <d...@sqlite.org> wrote:
>
> (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.

Another way to think of this:  The memory will be garbage collected by
the exit() function.  :-)

-- 
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