
marvin at rectangular
Sep 10, 2008, 3:40 PM
Post #1 of 1
(2336 views)
Permalink
|
Author: creamyg Date: 2008-09-10 15:40:40 -0700 (Wed, 10 Sep 2008) New Revision: 3865 Modified: trunk/devel/conf/kinoperl.supp Log: Add a suppression for a static function in case the compiler doesn't inline it. Modified: trunk/devel/conf/kinoperl.supp =================================================================== --- trunk/devel/conf/kinoperl.supp 2008-09-10 22:37:41 UTC (rev 3864) +++ trunk/devel/conf/kinoperl.supp 2008-09-10 22:40:40 UTC (rev 3865) @@ -150,13 +150,18 @@ fun:boot_KinoSearch fun:* } - { - <Snowball XS constructor> + <insert a suppression name here> Memcheck:Leak fun:calloc - fun:Perl_safesyscalloc - fun:XS_Lingua__Stem__Snowball__Stemmifier_new + fun:kino_MemMan_wrapped_calloc + fun:rebuild_hash + fun:kino_Hash_store + fun:kino_VTable_add_to_registry + fun:kino_Boot_bootstrap + fun:boot_KinoSearch fun:* } + + _______________________________________________ kinosearch-commits mailing list kinosearch-commits [at] rectangular http://www.rectangular.com/mailman/listinfo/kinosearch-commits
|