forgot to delete focus control

This commit is contained in:
fluxgen 2006-02-19 08:11:10 +00:00
parent 9559a08760
commit d099e7673a

View file

@ -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() {