Skip to content

shell/window-preview-layout: Fix memory leaks

The WindowInfo allocated when adding a window was not getting free'd when the window was getting removed again or the layout was getting disposed. Also the hash table in which the WindowInfos are stored was not getting free'd on destruction either. Both could result in small leaks after closing the overview.

Fixes: #5238 (closed)

Merge request reports