Re: [fpc-pascal] MS SQLConn - Possible memory leak in driver (dblib or libiconv2)

2014-10-17 Thread Reinier Olislagers
On 17/10/2014 21:27, Marcos Douglas wrote: > I have a big loop. This loop calls a INSERT script (using SQLdb) to > insert records at a table. > Everything works. I do not have mem-leak (heaptrc dialog is 0 unfreed) > in my code. But the Windows "Commit charge" grows up exponential and I > got an er

[fpc-pascal] MS SQLConn - Possible memory leak in driver (dblib or libiconv2)

2014-10-17 Thread Marcos Douglas
Hi, My FPC is 2.6.5 on Windows + SQLServer 2008. I have a big loop. This loop calls a INSERT script (using SQLdb) to insert records at a table. Everything works. I do not have mem-leak (heaptrc dialog is 0 unfreed) in my code. But the Windows "Commit charge" grows up exponential and I got an erro