On 10/27/17, Richard Hipp <[email protected]> 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
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to