0
0
mirror of https://github.com/vim/vim.git synced 2025-08-26 20:03:41 -04:00

patch 9.1.1597: CI reports leaks in libgtk3 library

Problem:  CI reports leaks in libgtk3 library
Solution: Add libgtk-3 library to leak suppression

Recently, CI started reporting leaks inside the GTK3 library, which cause
failures like here
https://github.com/vim/vim/actions/runs/16796766276/job/47572520887?pr=17922

So let's add libgtk-3*.so* to the leak suppression for the
gtk_init_check() function.

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2025-08-07 14:58:24 +02:00
parent 615ad4ced1
commit 47a668bbe8
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 4 additions and 0 deletions

View File

@ -14,3 +14,5 @@ leak:libxcb*.so.*
# The renderer leaks 128 bytes of metadata when run under CI. Seems to only # The renderer leaks 128 bytes of metadata when run under CI. Seems to only
# happen with software rendering. # happen with software rendering.
leak:gdk_x11_screen_init_gl leak:gdk_x11_screen_init_gl
# leak reported on CI for test_clipmethod
leak:libgtk-3*.so.*

View File

@ -719,6 +719,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1597,
/**/ /**/
1596, 1596,
/**/ /**/