diff options
Diffstat (limited to 'src/openbox.cc')
| -rw-r--r-- | src/openbox.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/openbox.cc b/src/openbox.cc index 437e5ead..230c749d 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -173,11 +173,10 @@ Openbox::~Openbox() { _state = State_Exiting; // time to kill everything - delete _bindings; - delete _actions; - std::for_each(_screens.begin(), _screens.end(), otk::PointerAssassin()); + delete _bindings; + delete _actions; delete _property; python_destroy(); |
