Skip to content
Commit cd05ad7f authored by Albert Astals Cid's avatar Albert Astals Cid
Browse files

Fix crash when a modified document and not saving changes

Summary:
If we don't delete the catalog explicitely it will be deleted in the middle of the deletion of EditorTab children.
That will cause the cleanChanged signal to be emmitted and then EditorTab::setModificationSign will be called.

Since we'll be in the middle of deleting EditorTab children very bad things can happen.

Reviewers: ltoscano, sdepiets, adrianchavesfernandez

Reviewed By: adrianchavesfernandez

Differential Revision: https://phabricator.kde.org/D24437
parent d6d3eeb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment