whoops
This commit is contained in:
parent
d666bec238
commit
155cf7aa61
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ FluxboxWindow::~FluxboxWindow() {
|
||||||
// notify die
|
// notify die
|
||||||
m_diesig.notify();
|
m_diesig.notify();
|
||||||
|
|
||||||
if (m_client != 0)
|
if (m_client != 0 && !m_screen.isShuttingdown())
|
||||||
delete m_client; // this also removes client from our list
|
delete m_client; // this also removes client from our list
|
||||||
m_client = 0;
|
m_client = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue