mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
892c9767a2
We used to ignore leaks, and we are ending up in having various of them, so let's make valgrind to exit with error when using the valgrind test setup (so in CI) to catch them better.
20 lines
262 B
Plaintext
20 lines
262 B
Plaintext
{
|
|
<ignore_dl_open_leaks>
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
...
|
|
fun:dlopen*
|
|
}
|
|
|
|
{
|
|
<ignore-gusb-get-string-desc-uninitialized-memory>
|
|
Memcheck:Param
|
|
socketcall.sendto(msg)
|
|
...
|
|
fun:send
|
|
...
|
|
fun:g_usb_device_get_string_descriptor
|
|
...
|
|
}
|
|
|