window: avoid uaf on updateWindow decos
TODO, make these pointers SP to avoid this in the future. fixes #5909
This commit is contained in:
parent
6ccc22194c
commit
598bbd186b
2 changed files with 3 additions and 0 deletions
|
|
@ -332,6 +332,7 @@ class CWindow {
|
|||
PHLWINDOWREF m_pLastCycledWindow;
|
||||
|
||||
// Window decorations
|
||||
// TODO: make this a SP.
|
||||
std::deque<std::unique_ptr<IHyprWindowDecoration>> m_dWindowDecorations;
|
||||
std::vector<IHyprWindowDecoration*> m_vDecosToRemove;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue