[Xapian-discuss] FIXMEs in Search::Xapian

Tim Brody tdb2 at ecs.soton.ac.uk
Wed Sep 1 18:21:28 BST 2010


Carrying on this conversation:
http://lists.tartarus.org/pipermail/xapian-discuss/2007-March/003513.html

void
TermGenerator::set_stopper(stopper)
    Stopper * stopper
    CODE:
    // FIXME: no corresponding SvREFCNT_dec(), but a leak seems better
than
    // a SEGV!
    SvREFCNT_inc(ST(1));
    THIS->set_stopper(stopper);

It would be good to fix these FIXMEs.

A class-level HASH could be maintained of contained objects.

Any other solutions?

/Tim.




More information about the Xapian-discuss mailing list