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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 23:15:36 PST 2012


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

           Summary: LEAK : Reg.Date() function memory leak...
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P1
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ssseintr2 at gmail.com


Hi All,

I had found some memory leak in Date() funtion.

As per my understanding, nearly 120 bytes leaked every time when load the below script.

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

This memory couldn't freed either to load next page or exit from the WebKit.

Please help me to solve this problem.

Regards, 
Vicky.

-- 
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