SA Bugzilla – Bug 1651
Bayes::scan() doesn't untie_db properly
Last modified: 2003-03-17 02:08:16 UTC
scan() will untie the bayes db if the scan succeeds properly, but if there's an error (no tokens, low prob, etc) the code jumps to "skip" which doesn't untie. fix committed to 2.60, attaching patch for 2.50 shortly.
Created attachment 761 [details] proposed fix
reassigning to malte. :)
Created attachment 762 [details] new version, checks to see if we're tied already
OKAY: looks trivial
committed to 2.5x branch, closing bug. :)