Skip to content

Fix crash exiting all tabs at the same time

Carlos Alves requested to merge carlosbalves/konsole:crashCtrlD into master

It was emitting a signal with a nullptr and updating an icon of a nullptr as the TerminalDisplay was already deleted.

BUG: 431827
FIXED-IN: 20.12.2

Merge request reports