Skip to content
Commit 4f4e279e authored by Alex Merry's avatar Alex Merry
Browse files

Deal with akregator part main widget being externally deleted.

Running akregator under valgrind (to track down a different crash), I
got that the main widget was deleted from the event loop (by
qDeleteInEventHandler), which then triggered the deletion of the
akregator part, which then tried to access the (now deleted) widget.

This should prevent the code from crashing in this case.

REVIEW: 125710
parent 3c78b3b7
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