mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-08 13:58:20 +02: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.
19 lines
262 B
Text
19 lines
262 B
Text
{
|
|
<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
|
|
...
|
|
}
|
|
|