Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible memory issue
#3
Quote:I noticed if i click the close button on qm window and then show it again from notification area most of the added memory has been released.

Not released. Just moved to the paging file.

-------

The YouTube workaround is this function. Maybe will work for some other pages too.

Function WebBrowserMemoryLeakWorkaround
Code:
Copy      Help
;/
function hwndWB

;Call this func under case WM_DESTROY.


SHDocVw.WebBrowser we3._getcontrol(hwndWB)
we3.Navigate("about:blank")
opt waitmsg 1
1 ;;minimal working time with YouTube was 0.3
DestroyWindow hwndWB
0.1


Messages In This Thread
Possible memory issue - by Kevin - 08-19-2018, 06:28 PM
RE: Possible memory issue - by Gintaras - 08-19-2018, 08:16 PM
RE: Possible memory issue - by Gintaras - 08-19-2018, 08:20 PM
RE: Possible memory issue - by Kevin - 08-19-2018, 08:34 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)