Browse Source

Deal with _dl_allocate_tls mem leak of libdl in ubuntu 22.04

pull/321/merge
falkTX 2 years ago
parent
commit
923c4fbca0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      utils/valgrind-dpf.supp

+ 1
- 2
utils/valgrind-dpf.supp View File

@@ -21,8 +21,7 @@
{ {
libdl is full of leaks libdl is full of leaks
Memcheck:Leak Memcheck:Leak
fun:calloc
fun:allocate_dtv
...
fun:_dl_allocate_tls fun:_dl_allocate_tls
... ...
} }


Loading…
Cancel
Save