Re: [Lazarus] Memory leak in dbgrids?

2013-05-10 Thread Luca Olivetti
Al 10/05/13 10:08, En/na Luca Olivetti ha escrit: > Now I made a test project using SQLdb instead of zeos and the leak is > still there. > It happens with multiselect, each new selection increases the non-freed > block count. patch with (partial) solution http://bugs.freepascal.org/view.php?id=2

Re: [Lazarus] Memory leak in dbgrids?

2013-05-10 Thread Luca Olivetti
Al 10/05/13 09:36, En/na Luca Olivetti ha escrit: > Al 10/05/13 09:13, En/na Luca Olivetti ha escrit: >> Hello, >> >> I'm migrating some programs from lazarus 0.9.30 to lazarus 1.0.8 (well, >> actually updating and recompiling, there's no need to migrate anything). >> Heaptrc is showing some memory

Re: [Lazarus] Memory leak in dbgrids?

2013-05-10 Thread Luca Olivetti
Al 10/05/13 09:13, En/na Luca Olivetti ha escrit: > Hello, > > I'm migrating some programs from lazarus 0.9.30 to lazarus 1.0.8 (well, > actually updating and recompiling, there's no need to migrate anything). > Heaptrc is showing some memory leaks in dbgrid, though it doesn't > pinpoint the line

[Lazarus] Memory leak in dbgrids?

2013-05-10 Thread Luca Olivetti
Hello, I'm migrating some programs from lazarus 0.9.30 to lazarus 1.0.8 (well, actually updating and recompiling, there's no need to migrate anything). Heaptrc is showing some memory leaks in dbgrid, though it doesn't pinpoint the line exactly. I think the leak is due to the change of type from TB