mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
libfprint.supp: Ignore libusb context init potential leak
This commit is contained in:
committed by
Marco Trevisan
parent
a94a55b8df
commit
57c535d0cb
@@ -24,3 +24,12 @@
|
||||
...
|
||||
fun:g_thread_new
|
||||
}
|
||||
|
||||
{
|
||||
<ignore-libusb-context>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: possible
|
||||
fun:calloc
|
||||
...
|
||||
fun:libusb_init_context
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user