[Webkit-unassigned] [Bug 76605] LEAK : Reg.Date() function memory leak...

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 19:46:00 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76605





--- Comment #2 from ssseintr <ssseintr2 at gmail.com>  2012-01-20 19:46:00 PST ---
You can see the task manager's "mem usage". Because of its small size(typically 120 bytes for each iteration) it needs continuous reloading of below script,

<script> 
 str ="Date : "+new Date(); 
</script>

In case of debug mode, valgrind provides the necessary metrics. Also putting traces in fastMalloc,fastFree shows this leak.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list