aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index ccee94c..8128384 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -446,6 +446,7 @@ BScreen::~BScreen() {
446 446
447 // TODO fluxgen: check if this is the right place 447 // TODO fluxgen: check if this is the right place
448 delete [] m_head_areas; 448 delete [] m_head_areas;
449 delete m_focus_control;
449} 450}
450 451
451void BScreen::initWindows() { 452void BScreen::initWindows() {