Closed
Bug 980063
Opened 12 years ago
Closed 12 years ago
Use a ref ptr vs auto ptr for wake locks in winrt widget
Categories
(Core Graveyard :: Widget: WinRT, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla30
People
(Reporter: jimm, Assigned: jimm)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
1.33 KB,
patch
|
TimAbraldes
:
review+
|
Details | Diff | Splinter Review |
In release builds this is deleting itself before the auto pointer tries to, so we get late late crash right before exit when debugging.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8386372 -
Flags: review?(tabraldes)
Updated•12 years ago
|
Attachment #8386372 -
Flags: review?(tabraldes) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Comment 4•12 years ago
|
||
Talked to Jim via IRC, nothing QA can do here. Marking this as [qa-] and verifying.
Status: RESOLVED → VERIFIED
Whiteboard: [qa-]
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•