|
From: Tom H. <th...@cy...> - 2005-01-17 15:10:49
|
CVS commit by thughes:
Removed suppressions for leak in valgrind's libpthread.so as it
no longer exists.
M +0 -12 glibc-2.1.supp 1.12
M +0 -13 glibc-2.2.supp 1.28
M +0 -11 glibc-2.3.supp 1.20
--- valgrind/glibc-2.1.supp #1.11:1.12
@@ -171,14 +171,2 @@
obj:*libX11.so*
}
-
-##----------------------------------------------------------------------##
-## For a leak in Valgrind's own libpthread.so :(
-{
- 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
-}
-
--- valgrind/glibc-2.2.supp #1.27:1.28
@@ -471,15 +471,2 @@
obj:/usr/X11R6/lib/libXt.so.6.0
}
-
-##----------------------------------------------------------------------##
-## For a leak in Valgrind's own libpthread.so :(
-{
- 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
-}
-
-
--- valgrind/glibc-2.3.supp #1.19:1.20
@@ -204,15 +204,4 @@
##----------------------------------------------------------------------##
-## For a leak in Valgrind's own libpthread.so :(
-{
- 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
-}
-
-##----------------------------------------------------------------------##
## Bugs in helper library supplied with Intel Icc 7.0 (65)
## in /opt/intel/compiler70/ia32/lib/libcxa.so.3
|