Closed
Bug 1252195
Opened 6 years ago
Closed 6 years ago
remove use of ScopedFreePtr from nsMemoryReporterManager
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(2 files)
1008 bytes,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
1.95 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
Just like UniquePtr<T>, except that we're going to delete the allocated memory with |free()|.
Attachment #8724870 -
Flags: review?(jwalden+bmo)
![]() |
Assignee | |
Comment 2•6 years ago
|
||
Something derived from UniquePtr is better than something derived from Scoped.
Attachment #8724871 -
Flags: review?(n.nethercote)
![]() |
||
Updated•6 years ago
|
Attachment #8724871 -
Flags: review?(n.nethercote) → review+
Updated•6 years ago
|
Attachment #8724870 -
Flags: review?(jwalden+bmo) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/6d7c88d92388 https://hg.mozilla.org/integration/mozilla-inbound/rev/e5589c87b44b
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6d7c88d92388 https://hg.mozilla.org/mozilla-central/rev/e5589c87b44b
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•