diff --git a/src/ui/CLayoutFrame.cpp b/src/ui/CLayoutFrame.cpp index 1bf5cbf..b7037b8 100644 --- a/src/ui/CLayoutFrame.cpp +++ b/src/ui/CLayoutFrame.cpp @@ -291,6 +291,8 @@ void CLayoutFrame::DestroyLayout() { } this->m_resizeList.Clear(); + + LayoutFrame::s_resizePendingList.UnlinkNode(this); } void CLayoutFrame::FreePoints() {