From a9605c42349394bba021ed9f02ac512eee8c95ae Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 8 Jun 2025 21:36:21 +0200 Subject: gui: extend fontconfig valgrind suppressions --- gui/valgrind/fontconfig.supp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gui') diff --git a/gui/valgrind/fontconfig.supp b/gui/valgrind/fontconfig.supp index caefada..58067bd 100644 --- a/gui/valgrind/fontconfig.supp +++ b/gui/valgrind/fontconfig.supp @@ -86,3 +86,13 @@ fun:pango_layout_get_pixel_extents ... } + +{ + gtk_widget_query_size_for_orientation + Memcheck:Leak + match-leak-kinds: possible + fun:calloc + ... + fun:gtk_widget_query_size_for_orientation + ... +} \ No newline at end of file -- cgit v1.2.3