diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-08 21:36:21 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-08 21:36:21 +0200 |
| commit | a9605c42349394bba021ed9f02ac512eee8c95ae (patch) | |
| tree | b0efc75ce954d9286bf4739fe7d543b37a490878 /gui/valgrind | |
| parent | 779b5bf9056e33ec47c6b0f2b9b2f23379936cb6 (diff) | |
| download | turns-a9605c42349394bba021ed9f02ac512eee8c95ae.tar.xz turns-a9605c42349394bba021ed9f02ac512eee8c95ae.zip | |
gui: extend fontconfig valgrind suppressions
Diffstat (limited to 'gui/valgrind')
| -rw-r--r-- | gui/valgrind/fontconfig.supp | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
