Bug 1864382 [Linux] Allow memleak of GdkWindow x11 inernals r=emilio

Depends on D194622

Differential Revision: https://phabricator.services.mozilla.com/D194623
This commit is contained in:
stransky
2023-11-25 10:41:47 +00:00
parent ceaf9c4a44
commit d5d51a42ac

View File

@@ -257,6 +257,26 @@
fun:do_main
fun:main
}
{
gtk3/X11 leaks x11 child GdkWindow internals (Bug 1864382)
Memcheck:Leak
match-leak-kinds: definite
...
fun:g_object_new
fun:_gdk_x11_display_create_window_impl
fun:gdk_window_ensure_native
fun:gdk_x11_window_get_xid
fun:GetX11Window
...
fun:gtk_widget_map
fun:gtk_window_map
...
fun:gtk_widget_map
fun:gtk_window_show
...
fun:gtk_widget_show
...
}
###################################
# Leaks in short lived processes #