aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 4513c47..ee0abae 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -465,7 +465,7 @@ Fluxbox::Fluxbox(int argc, char **argv,
465Fluxbox::~Fluxbox() { 465Fluxbox::~Fluxbox() {
466 466
467 // this needs to be destroyed before screens; otherwise, menus stored in 467 // this needs to be destroyed before screens; otherwise, menus stored in
468 // key commands cause a segfault when the XLayerItem is destroyed 468 // key commands cause a segfault when the LayerItem is destroyed
469 m_key.reset(0); 469 m_key.reset(0);
470 470
471 leaveAll(); // leave all connections 471 leaveAll(); // leave all connections