luckyso999 / dcef3

Automatically exported from code.google.com/p/dcef3
0 stars 0 forks source link

memory leaks #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Win7, Delphi 2009, DCEF3 1364

Use of Eurekalog or fastmm4 for finding memory leaks (both produce the same):
Using offscreen demo as application and from google search go to download 
acrobat reader. Nothing is shown to be downloaded and clicking in the bottom of 
the page "Click here for troubleshooting information" a popup window is shown. 
Now I close the offscreen demo application.

Closing the application, "memory leak detected" window: 69-76 bytes Unknown and 
77-84 bytes TVCLClienthandler
The same happens to my application (with Tchromium) with 
CefRenderProcessHandler variable, it seems not to be freed on application 
closing. 
Also, no "destroy" or "free" functions exist for such variables like 
CefRenderProcessHandler.

Should I overcome that without problems?

Original issue reported on code.google.com by dkou...@gmail.com on 13 Apr 2013 at 7:43

GoogleCodeExporter commented 9 years ago
Demo project for dephi XE2 with memory leak.

Revision 29

Original comment by Programm...@gmail.com on 23 Apr 2013 at 8:24

Attachments: