~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Jay Pipes
  • Date: 2009-08-03 14:23:22 UTC
  • mfrom: (1039.2.68 staging)
  • mto: This revision was merged to the branch mainline in revision 1078.
  • Revision ID: jpipes@serialcoder-20090803142322-1g67h7su9mocg9ig
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
771
771
}
772
772
 
773
773
 
 
774
{
 
775
   A leak in pcre
 
776
   Memcheck:Leak
 
777
   fun:malloc
 
778
   fun:pcre_compile2
 
779
}
 
780
 
 
781
{
 
782
   nss leak
 
783
   Memcheck:Leak
 
784
   fun:malloc
 
785
   obj:/lib/libc-2.9.so
 
786
   fun:__nss_database_lookup
 
787
}