mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-19 09:38:27 +02:00
libfprint.supp: Ignore libusb context init potential leak
This commit is contained in:
parent
a94a55b8df
commit
57c535d0cb
1 changed files with 9 additions and 0 deletions
|
|
@ -24,3 +24,12 @@
|
|||
...
|
||||
fun:g_thread_new
|
||||
}
|
||||
|
||||
{
|
||||
<ignore-libusb-context>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: possible
|
||||
fun:calloc
|
||||
...
|
||||
fun:libusb_init_context
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue