forked from mirrors/gecko-dev
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:
parent
97ea9c500e
commit
4c3bfd25fb
1 changed files with 20 additions and 0 deletions
|
|
@ -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 #
|
||||
|
|
|
|||
Loading…
Reference in a new issue