| Summary: | template preview - crash after clicked. | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | micom <airells.mail> |
| Component: | project | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | 1.3.0 | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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 |
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.