http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4488
------- Additional Comments From [EMAIL PROTECTED] 2006-06-10 21:32 ------- Created an attachment (id=3549) --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3549&action=view) Add a finish() to fix a memory leak I believe I found the source of a memory leak bug in 3.1.1: Mail::SpamAssassin::BayesStore::DBM contains a circular reference to a Mail::SpamAssassin::Bayes, and has no finish() to break it. The Bayes lives forever. The attached patch looks like it would fix it. There's no telling if this is what caused the leak originally reported (there's evidence to the contrary), but a very simple loop like that reported, only simpler because it uses an empty configuration, has no leak in 3.1.1 after I apply this. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
