From: Nicholas Nethercote Date: Sun, 25 Apr 2004 12:02:31 +0000 (+0000) Subject: Fix supps for Valgrind's own libpthread leak. X-Git-Tag: svn/VALGRIND_2_1_2~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f39d90cceb6f938771b29d1da24c694713a5d6;p=thirdparty%2Fvalgrind.git Fix supps for Valgrind's own libpthread leak. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2386 --- diff --git a/glibc-2.1.supp b/glibc-2.1.supp index c7d778a6be..de93976b80 100644 --- a/glibc-2.1.supp +++ b/glibc-2.1.supp @@ -176,6 +176,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 diff --git a/glibc-2.2.supp b/glibc-2.2.supp index 6e02693530..fad964b210 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 diff --git a/glibc-2.3.supp b/glibc-2.3.supp index e252351a4a..3229623c54 100644 --- a/glibc-2.3.supp +++ b/glibc-2.3.supp @@ -172,6 +172,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