mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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
|
|
...
|
|
}
|
|
|