You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/03/27 17:13:42 UTC

[lucy-commits] svn commit: r1085959 - /incubator/lucy/trunk/devel/conf/lucyperl.supp

Author: marvin
Date: Sun Mar 27 15:13:42 2011
New Revision: 1085959

URL: http://svn.apache.org/viewvc?rev=1085959&view=rev
Log:
Add a Valgrind suppression to deal with a dynamically created class in a test
file.

Modified:
    incubator/lucy/trunk/devel/conf/lucyperl.supp

Modified: incubator/lucy/trunk/devel/conf/lucyperl.supp
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/conf/lucyperl.supp?rev=1085959&r1=1085958&r2=1085959&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/conf/lucyperl.supp (original)
+++ incubator/lucy/trunk/devel/conf/lucyperl.supp Sun Mar 27 15:13:42 2011
@@ -25,6 +25,16 @@
 }
 
 {
+   <insert a suppression name here>
+   Memcheck:Leak
+   fun:calloc
+   fun:lucy_Memory_wrapped_calloc
+   fun:lucy_VTable_make_obj
+   fun:S_alt_field_type
+   fun:*
+}
+
+{
    <insert_a_suppression_name_here>
    Memcheck:Leak
    fun:calloc