void TemplatePreview::documentActivated (KDevelop::IDocument* document) { Q_ASSERT(document); kDebug() << document->url(); delete m_tmpFile; it looks like there is "delete m_tmpFile" but where is initialization before? wrong merge? Reproducible: Always Steps to Reproduce: 1. click template preview 2. 3.
commit 872dd1784014754333cd072776b23871d292cb04 Author: Milian Wolff <mail@milianw.de> Date: Tue Oct 30 23:04:01 2012 +0100 Fix crashes, this class needs to be cleaned up