Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Eurekalog reports memory leak in InitializeDragAndDrop function
Eurekalog reports memory leak in InitializeDragAndDrop function
Eurekalog reports memory leak in InitializeDragAndDrop function. Please see the attached picture file.
You do not have the required permissions to view the files attached to this post.
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Eurekalog reports memory leak in InitializeDragAndDrop function
I just tested the SimpleOSRBrowser demo with FastMM4 and I didn't see any leak.
Are you using that demo?
If not, please check that the application calls TChromium.ShutdownDragAndDrop before it's destroyed.
Are you using that demo?
If not, please check that the application calls TChromium.ShutdownDragAndDrop before it's destroyed.
Re: Eurekalog reports memory leak in InitializeDragAndDrop function
Sorry, I've forget to call ShutdownDragAndDrop in formdestory. Thank you for your help.