mirror of https://github.com/ceph/ceph
qa: suppress __trans_list_add valgrind warning
Fixes: https://tracker.ceph.com/issues/65779 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
cdef41d908
commit
4d707415ab
|
@ -1105,4 +1105,13 @@
|
|||
fun:exit
|
||||
fun:(below main)
|
||||
}
|
||||
|
||||
{
|
||||
tracker #65779: __trans_list_add annoyance
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: possible
|
||||
fun:calloc
|
||||
fun:__trans_list_add
|
||||
...
|
||||
fun:_dl_init
|
||||
...
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue