all repos — fluxbox @ 155cf7aa61a5af0a46d89b56e798372b2db385ef

custom fork of the fluxbox windowmanager

whoops
markt markt
commit

155cf7aa61a5af0a46d89b56e798372b2db385ef

parent

d666bec238b6681cedd3f6094f2e0dd772c512f9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -361,7 +361,7 @@

// 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;