Fix a crash triggered by killed window in a layout
commit896e50658d4ddffb62243b424c2d332fb8bbe9bc
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Sun, 10 Aug 2008 10:46:09 +0000 (10 06:46 -0400)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Sun, 10 Aug 2008 10:46:09 +0000 (10 06:46 -0400)
tree881b6bb2ddb7390dab1640d2ff93ae368539f1da
parent490e4b5cf509752b157a49a0f158514571249c9b
Fix a crash triggered by killed window in a layout

The canvas list in a layout was not being updated when a window was
killed. This caused a crash when switching to a layout that has a
non-existent window in one of the canvases. This change should fix this
crash. Detailed bug report by Jonas Kölker (#23303).
src/display.c
src/process.c