Skip to content

Don't access KMKernel when destructing KMReaderMainWin

Nicolas Fella requested to merge work/fixclosecrash into master

At this point the kernel is already deleted by KMailPart, so we are accessing a nullptr.

Since we know which config we want to access we can do that directly.

BUG: 420669

Merge request reports