Skip to content

Fix Segfault when closing session in KonsolePart

Tobias Fella requested to merge (removed):KonsolePartSegfault into master

BUG: 420695

BUG: 420817

BUG: 415762

When closing sessions in KonsoleParts, there is a chance (~50% for me) of segfaulting the application. By moving factory()->removeClient(this); to earlier in the destruction of the Konsolepart, the Segfault can be prevented.

Edited by Tobias Fella

Merge request reports