forgot to delete focus control
This commit is contained in:
parent
9559a08760
commit
d099e7673a
1 changed files with 1 additions and 0 deletions
|
@ -446,6 +446,7 @@ BScreen::~BScreen() {
|
|||
|
||||
// TODO fluxgen: check if this is the right place
|
||||
delete [] m_head_areas;
|
||||
delete m_focus_control;
|
||||
}
|
||||
|
||||
void BScreen::initWindows() {
|
||||
|
|
Loading…
Reference in a new issue