Summary: | Plasmashell in standalone application mode crashes on exit | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Bhushan Shah <bhush94> |
Component: | general | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bhush94, kde, simonandric5 |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-workspace/a20ceb23493324c09d95e3a0440e8d6dca93a31f | Version Fixed In: | |
Sentry Crash Report: |
Description
Bhushan Shah
2014-10-21 09:29:42 UTC
Git commit a20ceb23493324c09d95e3a0440e8d6dca93a31f by Marco Martin. Committed on 23/10/2014 at 12:25. Pushed by mart into branch 'Plasma/5.1'. crash--, create the corona on heap creating the corona on the stack makes the app crash on close, because the corona tries to delete itself when the window closes. this also meand this code will *not* leak M +3 -1 shell/main.cpp M +5 -0 shell/standaloneappcorona.cpp M +2 -0 shell/standaloneappcorona.h http://commits.kde.org/plasma-workspace/a20ceb23493324c09d95e3a0440e8d6dca93a31f |