Closed
Bug 972397
Opened 11 years ago
Closed 11 years ago
Wrong locking logic in BufferTextureClient
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: nical, Assigned: nical)
Details
Attachments
(1 file)
(deleted),
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
mLocked is set to true before we are certain that lock will actually succeed. This can lead to locking to fail while the texture thinks it is locked and trigger a wrong assertion later (typically next time we try to lock, or when we try to destroy the texture).
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → nical.bugzilla
Attachment #8375546 -
Flags: review?(jmuizelaar)
Updated•11 years ago
|
Attachment #8375546 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•