mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(ui): add unregister frame call to CSimpleFrame dtor
This commit is contained in:
parent
82be126eee
commit
9afd844d5a
3 changed files with 9 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ CSimpleFrame::~CSimpleFrame() {
|
|||
|
||||
this->m_intAC = 3;
|
||||
|
||||
this->m_top->UnregisterFrame(this);
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue