Closed
Bug 1759063
Opened 3 years ago
Closed 3 years ago
Cleanup nsClipboard::IsStringType
Categories
(Core :: Widget: Cocoa, defect, P2)
Core
Widget: Cocoa
Tracking
()
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: spohl, Assigned: spohl)
Details
Attachments
(1 file)
nsClipboard::IsStringType manually retains NSString pointers, which is unnecessary.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by spohl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d528e2ab1964
Remove unnecessary explicit retain/release of NSString pointers in nsClipboard::IsStringType. r=mac-reviewers,bradwerth
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•