diff options
author | markt <markt> | 2006-07-19 08:07:08 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-19 08:07:08 (GMT) |
commit | 155cf7aa61a5af0a46d89b56e798372b2db385ef (patch) | |
tree | 01705e3e8cbcfbd32b8b3fa9bacf7b8589235c48 | |
parent | d666bec238b6681cedd3f6094f2e0dd772c512f9 (diff) | |
download | fluxbox-155cf7aa61a5af0a46d89b56e798372b2db385ef.zip fluxbox-155cf7aa61a5af0a46d89b56e798372b2db385ef.tar.bz2 |
whoops
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
361 | // notify die | 361 | // notify die |
362 | m_diesig.notify(); | 362 | m_diesig.notify(); |
363 | 363 | ||
364 | if (m_client != 0) | 364 | if (m_client != 0 && !m_screen.isShuttingdown()) |
365 | delete m_client; // this also removes client from our list | 365 | delete m_client; // this also removes client from our list |
366 | m_client = 0; | 366 | m_client = 0; |
367 | 367 | ||