Skip to content

Prevent Signal from kRichTextEdit during deletion

Jürgen Thomann requested to merge juergenthomann/amarok:master into master

When the ui is deleted, the deletion of KRichTextEdit will cause a new signal that will trigger textChanged. As we are already deleting all objects in the ui, the check for changes in textChanged will access already deleted objects which crashes Amarok.

BUG: 428769 FIXED-IN: 2.9.72

Merge request reports