Closed
Bug 355217
Opened 19 years ago
Closed 14 years ago
potential memory leak in canvas
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: guninski, Unassigned)
Details
(Keywords: memory-leak, Whiteboard: [sg:nse], [MemShrink])
potential memory leak in canvas
https://bugzilla.mozilla.org/show_bug.cgi?id=353144#c38
------- Comment #38 From G30rgi 2006-09-23 00:28 PDT [reply] -------
the patch builds and stops the exception, causing normal out of memory error.
when the testcase is run without memory limits, it leaks about 1G of memory
(after returning OM).
---------
when the patch in Bug 353144 is applied (not checked in yet) |new| stops throwing, but a memory leak of about 1G is revealed.
the testcase is at:
https://bugzilla.mozilla.org/attachment.cgi?id=239000
Reporter | ||
Updated•19 years ago
|
Product: Firefox → Core
Reporter | ||
Updated•19 years ago
|
Component: General → Layout: Canvas
Updated•19 years ago
|
QA Contact: general → layout.canvas
Comment 2•17 years ago
|
||
Firefox is certainly not leaking 1G of memory any more, but I can't say as to whether there are _no_ leaks here.
Priority: -- → P3
Comment 3•14 years ago
|
||
I think this can now be safely marked as WORKSFORME.
Whiteboard: [sg:nse] → [sg:nse], [MemShrink]
![]() |
||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•