From 57c535d0cb26ff8f4d2dda8ca5e1bd4b9901f058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 13 Feb 2025 01:28:43 +0100 Subject: [PATCH] libfprint.supp: Ignore libusb context init potential leak --- tests/libfprint.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/libfprint.supp b/tests/libfprint.supp index f2acc71..274d740 100644 --- a/tests/libfprint.supp +++ b/tests/libfprint.supp @@ -24,3 +24,12 @@ ... fun:g_thread_new } + +{ + + Memcheck:Leak + match-leak-kinds: possible + fun:calloc + ... + fun:libusb_init_context +}