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-dev mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
