Closed Bug 1085051 Opened 10 years ago Closed 10 years ago

Mismatching alloc/dealloc in DrawTargetCG::FillGlyphs

Categories

(Core :: Graphics, defect)

All
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla36

People

(Reporter: reversetranscriptions, Assigned: reversetranscriptions)

Details

Attachments

(1 file)

Attached patch mismatch.patchSplinter Review
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:32.0) Gecko/20100101 Firefox/32.0.3 Waterfox/32.0
Build ID: 20141008010346

Steps to reproduce:

View DrawTargetCG.cpp at line 1222 and line 1232.


Actual results:

Usage of delete over delete[].


Expected results:

Usage of delete[] over delete.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 8.1 → Mac OS X
Hardware: x86 → All
Attachment #8507465 - Attachment is patch: true
Attachment #8507465 - Attachment mime type: text/x-patch → text/plain
Attachment #8507465 - Flags: review?(jmuizelaar)
Attachment #8507465 - Flags: review?(jmuizelaar) → review+
reporter: the attached patch shows the author as "Lioncash <reversetranscriptions@gmail.com>", which sounds like a nickname or alias; is that sufficient attribution for you, or should we use a full name?
Flags: needinfo?(reversetranscriptions)
I went ahead and landed this, so it doesn't get forgotten...
https://hg.mozilla.org/integration/mozilla-inbound/rev/042e7860e157
Flags: needinfo?(reversetranscriptions)
Target Milestone: --- → mozilla36
https://hg.mozilla.org/mozilla-central/rev/042e7860e157
Assignee: nobody → reversetranscriptions
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: