Browse Source
Deal with _dl_allocate_tls mem leak of libdl in ubuntu 22.04
pull/321/merge
1 changed files with
1 additions and
2 deletions
-
utils/valgrind-dpf.supp
|
|
@@ -21,8 +21,7 @@ |
|
|
|
{ |
|
|
|
libdl is full of leaks |
|
|
|
Memcheck:Leak |
|
|
|
fun:calloc |
|
|
|
fun:allocate_dtv |
|
|
|
... |
|
|
|
fun:_dl_allocate_tls |
|
|
|
... |
|
|
|
} |
|
|
|