View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006252 | MMW v4 | Other | public | 2010-01-16 13:19 | 2010-10-17 23:47 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Summary | 0006252: Huge memory leak while browsing Web nodes | ||||
Description | I have just found that there is a huge memory leak when browsing Web subnodes ( eMusic.com, Amazon.com, etc. ) Unlike issue 0006249 it is reproducible on both WinXP, Win7 and the leak is significant. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
A suitable solution seemed to be at the bottom of this page: http://www.delphipages.com/forum/showthread.php?s=2c4081df8d139a0149782a1450902e21&t=202948 Unfortunatelly it didn't help. Using WebContent := ReadHTTP_UTF8( URL); SetWBDocument( WebBrowser, WebContent) instead of WebBrowser.Navigate( URL); doesn't help. In addition using WebBrowser.Free; doesn't help too. Also using Flags := navNoHistory or navNoReadFromCache or navNoWriteToCache; WebBrowser.Navigate( MTData.path, Flags); doesn't work, because navNoReadFromCache, navNoWriteToCache aren't implemented, see: http://msdn.microsoft.com/en-us/library/dd565688(VS.85).aspx It is indeed a leak in IE itself similarly like in case of 0006249 and I haven't found a solution. |
|
Removed 4.0 target and left Resolved. |