http://bugzilla.spamassassin.org/show_bug.cgi?id=4028
------- Additional Comments From [EMAIL PROTECTED] 2004-12-13 13:11 -------
Assuming that there was a reason for the check, it looks like what was intended
was
if (m->out != NULL && (m->pre == NULL || m->out != m->pre+m->pre_len))
free(m->out);
I didn't look at the code yet to see if m->out really should not be freed if it
is equal to m->pre+m->pre_len, or if that is a mistake.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.