Re: [sqlite] [EXTERNAL] memory leak

2017-11-06 Thread Yuriy M. Kaminskiy
On 11/06/17 10:02 , Hick Gunter wrote: > You are preparing statements inside the loop, but only finalizing the > last one (i.e. outside the loop) This is not a real loop, it executes one time only (do {...} while(0)). > -Ursprüngliche Nachricht- > Von: sqlite-users [mailto:sqlite-users-bo

Re: [sqlite] [EXTERNAL] memory leak

2017-11-05 Thread Hick Gunter
You are preparing statements inside the loop, but only finalizing the last one (i.e. outside the loop) -Ursprüngliche Nachricht- Von: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] Im Auftrag von Lev Gesendet: Sonntag, 05. November 2017 01:28 An: sqlite-users@mailingl