diff options
author | nethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2004-04-25 12:02:31 +0000 |
---|---|---|
committer | nethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2004-04-25 12:02:31 +0000 |
commit | d71a9afe3d0efcf8e5da9935f66f82c569218e1c (patch) | |
tree | 5b00ee9598a22d154e108057b6092c279dad3b77 /glibc-2.2.supp | |
parent | 3c5dc4573056a93d0e97fda4eede7c60d13e709a (diff) |
Fix supps for Valgrind's own libpthread leak.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2386 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.2.supp')
-rw-r--r-- | glibc-2.2.supp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glibc-2.2.supp b/glibc-2.2.supp index 6e026935..fad964b2 100644 --- a/glibc-2.2.supp +++ b/glibc-2.2.supp @@ -454,6 +454,7 @@ { my_malloc/get_or_allocate_specifics_ptr/pthread_key_create(Leak) Memcheck:Leak + fun:malloc fun:my_malloc fun:get_or_allocate_specifics_ptr fun:pthread_key_create |