Closed
Bug 495871
Opened 16 years ago
Closed 16 years ago
Memory leak in nsWindowsRestart.cpp
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: hiro, Assigned: hiro)
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
499 bytes,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #380928 -
Flags: review?(bugmail)
Comment 1•16 years ago
|
||
Comment on attachment 380928 [details] [diff] [review]
A patch
env is allocated via malloc in mozce_GetEnvironmentCL().
Attachment #380928 -
Flags: review?(bugmail) → review+
Updated•16 years ago
|
Keywords: checkin-needed
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → ikezoe
Status: NEW → ASSIGNED
Updated•16 years ago
|
Flags: blocking1.9.1?
Comment 2•16 years ago
|
||
Would take the patch if approval is requested and risk is explained, but not blocking 1.9.1 for it. Re-nom if you totally disagree.
Flags: blocking1.9.1? → blocking1.9.1-
Comment 3•16 years ago
|
||
Comment on attachment 380928 [details] [diff] [review]
A patch
I don't see any risk in freeing this local variable...
Attachment #380928 -
Flags: approval1.9.1?
Comment 4•16 years ago
|
||
and it's in a #ifdef WINCE block
Comment 5•16 years ago
|
||
Ignore the weirdness in the commit message, please...
http://hg.mozilla.org/mozilla-central/rev/d0c10e8bae37
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Updated•16 years ago
|
Attachment #380928 -
Flags: approval1.9.1? → approval1.9.1.1?
Updated•16 years ago
|
Attachment #380928 -
Flags: approval1.9.1.1? → approval1.9.1.2?
Comment 6•16 years ago
|
||
Comment on attachment 380928 [details] [diff] [review]
A patch
This isn't needed for 1.9.1 since mobile is shipping off of 1.9.2. Please re-nom if that's incorrect.
Attachment #380928 -
Flags: approval1.9.1.2?
You need to log in
before you can comment on or make changes to this bug.
Description
•