mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 16:34:24 +09: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
|
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