Closed
Bug 869026
Opened 12 years ago
Closed 12 years ago
GLContext::GetTexImage crashes when GLContext::mScreen is null
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: nical, Assigned: nical)
Details
Attachments
(1 file)
773 bytes,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
It looks like in GLContext::GuaranteeResolve we should only call AssureBlitted on mScreen if mScreen is not null.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #746081 -
Flags: review?(jgilbert)
Updated•12 years ago
|
Attachment #746081 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•