Bug 25957 - Frequently ajax request leads to memory leak in the safari
Summary: Frequently ajax request leads to memory leak in the safari
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 02:10 PDT by liujz
Modified: 2009-05-22 02:10 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description liujz 2009-05-22 02:10:25 PDT
We use "setTimeout" to send ajax request with certain time and find the phenomenon of Safari memory leak. The specific description of the problem, please refer to URL: http://lists.apple.com/archives/Web-dev/2009/May/msg00085.html

How to modify the code in order to avoid the memory leak?