Page 1 of 1

Eurekalog reports memory leak in InitializeDragAndDrop function

Posted: Fri Aug 28, 2020 11:53 pm
by tad.chen
Eurekalog reports memory leak in InitializeDragAndDrop function. Please see the attached picture file.

Re: Eurekalog reports memory leak in InitializeDragAndDrop function

Posted: Sat Aug 29, 2020 10:09 am
by salvadordf
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.

Re: Eurekalog reports memory leak in InitializeDragAndDrop function

Posted: Sun Aug 30, 2020 2:57 am
by tad.chen
Sorry, I've forget to call ShutdownDragAndDrop in formdestory. Thank you for your help.