Closed
Bug 847138
Opened 12 years ago
Closed 11 years ago
Leak with SVGZoomEvents
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: jruderman, Assigned: khuey)
Details
(Keywords: memory-leak, testcase)
Attachments
(2 files)
|
164 bytes,
image/svg+xml
|
Details | |
|
1.38 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
With XPCOM_MEM_LEAK_LOG=2, trace-refcnt reports that nsDocument and nsGlobalWindow objects leak.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8399274 -
Flags: review?(bugs)
| Assignee | ||
Comment 2•11 years ago
|
||
Thanks for this testcase Jesse. It made a great demo in the talk on debugging memory leaks that I gave today.
Comment 3•11 years ago
|
||
Comment on attachment 8399274 [details] [diff] [review]
0009-847138.patch
Whaat...
SVGZoomEvent sure is used rarely, and predates cycle collector,
and the member variables weren't collectable before Bug 816778
Attachment #8399274 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → khuey
Status: NEW → ASSIGNED
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b012868a0fe9
https://hg.mozilla.org/mozilla-central/rev/7b27c2908016
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•