Open
Bug 758082
Opened 13 years ago
Updated 13 years ago
[SeaMonkey, Windows(?)] m-b-c: /suite/smile/test/browser_Browser.js leaks the world (= 1.5 MB)
Categories
(SeaMonkey :: Testing Infrastructure, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: sgautherie, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Keywords: memory-leak, Whiteboard: [perma-orange])
[Mozilla/5.0 (Windows NT 5.0; rv:12.0a1) Gecko/20120126 Firefox/12.0a1 SeaMonkey/2.9a1] (custom debug build for Windows 2000)
Running this test alone leaks 1 406 055 bytes!
[Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/15.0 Firefox/15.0a1 SeaMonkey/2.12a1] (sgautherie.bz@free.fr-67dbc42bd72d/try-comm-central-win32)
Running this test alone leaks 1 411 879 bytes!
Reporter | ||
Comment 1•13 years ago
|
||
It looks like this leaks is caused by
17 var windows = Application.windows;
and/or
21 var activeWin = Application.activeWindow;
You need to log in
before you can comment on or make changes to this bug.
Description
•