]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added a suppression for a leak in Valgrind's own libpthread.so :(
authorNicholas Nethercote <njn@valgrind.org>
Thu, 8 May 2003 07:53:52 +0000 (07:53 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 8 May 2003 07:53:52 +0000 (07:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1624

glibc-2.1.supp
glibc-2.2.supp

index 93935ca69c04eb1817d7bc93ad149019303afe44..d81340ddc4f6a6ba6997814e1550644db6237046 100644 (file)
 }
 
 ##----------------------------------------------------------------------##
+## For a leak in Valgrind's own libpthread.so :(
+{
+   my_malloc/get_or_allocate_specifics_ptr/__pthread_key_create(Leak)
+   Memcheck:Leak
+   fun:my_malloc
+   fun:get_or_allocate_specifics_ptr
+   fun:__pthread_key_create
+}
+
index e7aba096b0cf53a610c10a078d31c9d4eeebf271..52de8196090b3bce00d55fe6407fd671185acbd4 100644 (file)
 }
 
 ##----------------------------------------------------------------------##
+## For a leak in Valgrind's own libpthread.so :(
+{
+   my_malloc/get_or_allocate_specifics_ptr/__pthread_key_create(Leak)
+   Memcheck:Leak
+   fun:my_malloc
+   fun:get_or_allocate_specifics_ptr
+   fun:__pthread_key_create
+}
+