libfprint.supp: Ignore libusb context init potential leak

This commit is contained in:
Marco Trevisan (Treviño) 2025-02-13 01:28:43 +01:00 committed by Marco Trevisan
parent a94a55b8df
commit 57c535d0cb

View file

@ -24,3 +24,12 @@
...
fun:g_thread_new
}
{
<ignore-libusb-context>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
...
fun:libusb_init_context
}