feat(ui): clear top pointer in CSimpleFrame dtor

This commit is contained in:
fallenoak 2026-01-25 14:37:15 -06:00
parent 4e9ea8f5a1
commit cded0d86e7
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -69,6 +69,7 @@ CSimpleFrame::~CSimpleFrame() {
this->m_intAC = 3; this->m_intAC = 3;
this->m_top->UnregisterFrame(this); this->m_top->UnregisterFrame(this);
this->m_top = nullptr;
// TODO // TODO
} }