2011/10/2 Lluís Batlle i Rossell <virik...@gmail.com>

> Well, those are exactly the kind of leaks that can be forgotten about,
> thanks to
> fork().


They can be forgotten because of exit(), not fork(). fork() will duplicate
leaked memory but exit() will clean it up.

 I just wanted to state the difference about those and the 'annotate
> leak'.
>

Yes, it would be nice to see that fix include :)

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to