mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
MetaDisplay: free the wayland windows table at close
Like we do for the XID table. https://bugzilla.gnome.org/show_bug.cgi?id=729732
This commit is contained in:
parent
aed671810c
commit
1427d20922
@ -1003,6 +1003,7 @@ meta_display_close (MetaDisplay *display,
|
|||||||
* unregister windows
|
* unregister windows
|
||||||
*/
|
*/
|
||||||
g_hash_table_destroy (display->xids);
|
g_hash_table_destroy (display->xids);
|
||||||
|
g_hash_table_destroy (display->wayland_windows);
|
||||||
|
|
||||||
if (display->leader_window != None)
|
if (display->leader_window != None)
|
||||||
XDestroyWindow (display->xdisplay, display->leader_window);
|
XDestroyWindow (display->xdisplay, display->leader_window);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user