Page 1 of 1

Leak Report InitializeCriticalSection for FireDAC + SQLite

Posted: Mon Jun 27, 2016 3:12 pm
by choochy2003
Can you please tell me what you think of the following report. I don't understand why its the same leak and the call stack is exactly the same for each of the reported leaks but just a different address. Does this leak report look correct?

Re: Leak Report InitializeCriticalSection for FireDAC + SQLi

Posted: Mon Jun 27, 2016 3:38 pm
by madshi
It means that there are multiple leaks. The different address means that each reported leak is a different critical section object/pointer.

From a quick look at the leak reports, I don't see any indication that it's likely to be a false positive.