Closed
Bug 711352
Opened 14 years ago
Closed 14 years ago
DisableFontActivation is incorrectly releasing CF objects it doesn't own
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
949 bytes,
patch
|
jtd
:
review+
|
Details | Diff | Splinter Review |
See static analysis reports:
http://people.mozilla.org/~gszorc/clang/2011-12-15-13/report-0VgVPA.html#EndPath
http://people.mozilla.org/~gszorc/clang/2011-12-15-13/report-GiQGwa.html#EndPath
The Core Foundation "Get" APIs don't return an owning reference, so we shouldn't be releasing these objects.
Attachment #582206 -
Flags: review?(jdaggett)
Updated•14 years ago
|
Attachment #582206 -
Flags: review?(jdaggett) → review+
Assignee | ||
Comment 1•14 years ago
|
||
Target Milestone: --- → mozilla11
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Blocks: clang-based-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•