~ubuntu-branches/ubuntu/precise/libmusicbrainz/precise-updates

« back to all changes in this revision

Viewing changes to valgrind.supp

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-02-01 17:18:10 UTC
  • Revision ID: package-import@ubuntu.com-20120201171810-jzz90w51dx6shdr1
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
   crypto_malloc
 
3
   Memcheck:Leak
 
4
   ...
 
5
   obj:/usr/lib/i686/cmov/libcrypto.so.0.9.8
 
6
   fun:CRYPTO_malloc
 
7
   ...
 
8
 }
 
9
{
 
10
   crypto_realloc
 
11
   Memcheck:Leak
 
12
   ...
 
13
   obj:/usr/lib/i686/cmov/libcrypto.so.0.9.8
 
14
   fun:CRYPTO_realloc
 
15
   ...
 
16
 }