From 4c65bdf70738c17c504eb772f8c6a0235654681f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Jun 2023 08:28:36 -0400 Subject: [PATCH] Fix some typos in gtk.supp Actually ignore the media module leak. --- gtk.supp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk.supp b/gtk.supp index b6b315c823..3bdfc02829 100644 --- a/gtk.supp +++ b/gtk.supp @@ -14,7 +14,7 @@ GIO modules Memcheck:Leak match-leak-kinds: definite - fun:malloc + fun:calloc ... fun:_g_io_module_get_default } @@ -23,9 +23,9 @@ GTK media extension gio modules Memcheck:Leak match-leak-kinds: definite - fun:malloc + fun:calloc ... - fun:gio_module_new + fun:g_io_module_new ... fun:gtk_media_file_extension_init }