Closed
Bug 560662
Opened 15 years ago
Closed 14 years ago
mExpire - leaking in nsNavHistory
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
status2.0 | --- | unaffected |
People
(Reporter: romaxa, Unassigned)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
756 bytes,
patch
|
sdwilsh
:
review+
christian
:
approval1.9.2.14-
christian
:
approval1.9.2.7-
|
Details | Diff | Splinter Review |
We creating it here, but never delete:
http://hg.mozilla.org/releases/mozilla-1.9.2/annotate/aa6fbe509ca6/toolkit/components/places/src/nsNavHistory.cpp#l482
Reporter | ||
Comment 1•15 years ago
|
||
Attachment #440323 -
Flags: review?(mak77)
Comment 2•15 years ago
|
||
Comment on attachment 440323 [details] [diff] [review]
fast fix leak
Damn, I missed that in review.
r=sdwilsh
Attachment #440323 -
Flags: review?(mak77) → review+
Comment 3•15 years ago
|
||
Also curious; why didn't this show up on tinderbox?
Comment 4•15 years ago
|
||
i guess mExpire is a weak pointer, and it probably was before too.
Updated•15 years ago
|
Attachment #440323 -
Flags: approval1.9.2.5?
Comment on attachment 440323 [details] [diff] [review]
fast fix leak
We will not be taking this for 3.6.6. Mozing approval request forward.
Attachment #440323 -
Flags: approval1.9.2.7?
Attachment #440323 -
Flags: approval1.9.2.6-
Attachment #440323 -
Flags: approval1.9.2.5?
Comment 7•15 years ago
|
||
Comment on attachment 440323 [details] [diff] [review]
fast fix leak
moving to next v
Attachment #440323 -
Flags: approval1.9.2.9? → approval1.9.2.14?
Comment on attachment 440323 [details] [diff] [review]
fast fix leak
Denying approval for 1.9.2.14 as this missed the non-blocker freeze (yesterday). Feel free to ask for approval for .15, though it won't be granted until we branch for .14.
Attachment #440323 -
Flags: approval1.9.2.14? → approval1.9.2.14-
Updated•14 years ago
|
status2.0:
--- → unaffected
Comment 9•14 years ago
|
||
this missed various releases, it only affects 3.6.x and it's leaking only on shutdown. I don't think it's still worth to spend time on it.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•