mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 06:42:28 +00:00
Owen W. Taylor
611f6741c2
windows-x11.c: Fix leaked error trap
The merge of the commit af46ef3b 'meta_window_new: clean up error handling' to the wayland branch accidentally added an extra call to meta_error_trap_push(), meaning that we leaked one level of error traps for each new window. Fixes warning: Gdk-WARNING **: XSetErrorHandler() called with a GDK error trap pushed. https://bugzilla.gnome.org/show_bug.cgi?id=736589
…
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%