GNOME Wayland: Fix a memory leak in gnome-shell when using client side decorations

destroy CSD buffers that were never attached explicitly, as mutter does
not send release events for these even when the pool is destroyed.
This commit is contained in:
Kovid Goyal
2022-10-12 17:51:19 +05:30
parent 48a4edc199
commit 6890e265b6
3 changed files with 13 additions and 4 deletions

View File

@@ -54,6 +54,8 @@ Detailed list of changes
- Update to Unicode 15.0 (:pull:`5542`)
- GNOME Wayland: Fix a memory leak in gnome-shell when using client side decorations
0.26.3 [2022-09-22]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~