Leak Report InitializeCriticalSection for FireDAC + SQLite

delphi package - automated exception handling
Post Reply
choochy2003
Posts: 88
Joined: Fri Mar 21, 2008 4:52 am
Location: Adelaide, South Australia
Contact:

Leak Report InitializeCriticalSection for FireDAC + SQLite

Post 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?
Attachments
FireDac SQLite - 2016-06-28 - 00.17.49 - leak report.zip
(1.15 KiB) Downloaded 304 times
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Leak Report InitializeCriticalSection for FireDAC + SQLi

Post 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.
Post Reply