https://bugs.kde.org/show_bug.cgi?id=378909
--- Comment #6 from RJVB <rjvber...@gmail.com> --- An observation not directly related to the topic at hand: void PatchReviewPlugin::documentClosed(KDevelop::IDocument*) QUrl("file:///home/bertin/work/src/Scratch/KDE/KF5/kdevelop-git-5/languages/clang/duchain/parsesession.cpp") void PatchReviewPlugin::documentClosed(KDevelop::IDocument*) QUrl("file:///home/bertin/work/src/Scratch/KDE/KF5/kdevplatform-git-5/plugins/patchreview/patchreviewtoolview.cpp") void PatchReviewPlugin::documentClosed(KDevelop::IDocument*) QUrl("file:///home/bertin/work/src/Scratch/KDE/KF5/kdevplatform-git-5/plugins/patchreview/patchreviewtoolview.cpp") void PatchReviewPlugin::documentClosed(KDevelop::IDocument*) QUrl("file:///home/bertin/work/src/Scratch/KDE/KF5/kdevplatform-git-5/plugins/git/gitplugin.cpp") That's output after quitting KDevelop with a qDebug() call in PatchReviewPlugin::documentClosed(). I think the document controller signals should be disconnected from PatchReview slots when one returns from that plugin, no? -- You are receiving this mail because: You are watching all bug changes.