From 155cf7aa61a5af0a46d89b56e798372b2db385ef Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 19 Jul 2006 08:07:08 +0000 Subject: whoops --- src/Window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Window.cc b/src/Window.cc index e80d360..f9581ed 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -361,7 +361,7 @@ FluxboxWindow::~FluxboxWindow() { // notify die m_diesig.notify(); - if (m_client != 0) + if (m_client != 0 && !m_screen.isShuttingdown()) delete m_client; // this also removes client from our list m_client = 0; -- cgit v0.11.2