| Summary: | Crash in QPulseAudio::AbstractModel::AbstractModel | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma-pa | Reporter: | Dariusz Ostolski <dariusz.ostolski> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | alex.merry, bshah, kde, null, plasma-bugs-null, raffamaiden, tdunnon |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.4.2 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/plasma-pa/5d46f6c2a767c25868c143ee64ef71e071a7a55b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Dariusz Ostolski
2015-10-28 16:04:15 UTC
*** Bug 355060 has been marked as a duplicate of this bug. *** *** Bug 353884 has been marked as a duplicate of this bug. *** *** Bug 353136 has been marked as a duplicate of this bug. *** Git commit 5d46f6c2a767c25868c143ee64ef71e071a7a55b by David Edmundson. Committed on 11/11/2015 at 12:31. Pushed by davidedmundson into branch 'master'. Fix crash if context gets unrefd Context is refcounted (using it's own internal mechanism) However, when the last ref is deleted it leaves a dangling pointer in instance(). When a new object is created it returns that. This unsets our static pointer when deleting the context object REVIEW: 126012 M +7 -2 src/context.cpp M +1 -0 src/context.h http://commits.kde.org/plasma-pa/5d46f6c2a767c25868c143ee64ef71e071a7a55b *** Bug 355334 has been marked as a duplicate of this bug. *** |