| Anonymous | Login | 2010-09-08 13:04 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0006252 | MediaMonkey (current) | Other | public | 2010-01-16 08:19 | 2010-02-01 11:57 | |||||||
| Reporter | Ludek | |||||||||||
| Priority | urgent | Severity | minor | Reproducibility | always | |||||||
| Status | resolved | Resolution | not fixable | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | ||||||||||||
| Target Version | 4.0 | Fixed in Version | ||||||||||
| 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 | ||||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0019961) Ludek (developer) 2010-01-18 19:08 edited on: 2010-02-01 11:57 |
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. |
| Copyright © 2000 - 2010 MantisBT Group |