Re: [sqlite] Memory loss with sqlite3_step()

2009-01-09 Thread Jay A. Kreibich
On Fri, Jan 09, 2009 at 07:42:27PM +, John Delaney scratched on the wall: > > Hi, > > I am a new user so please make allowances accordingly. > > Using SQLite3 3.5.9, I am seeing a consistent rise in memory with each > call to sqlite3_step(). > This is basic functionality so I am doin

[sqlite] Memory loss with sqlite3_step()

2009-01-09 Thread John Delaney
Hi, I am a new user so please make allowances accordingly. Using SQLite3 3.5.9, I am seeing a consistent rise in memory with each call to sqlite3_step(). My code pattern to store a 14830 byte buffer is: A. mem = sqlite3_memory_used(); sqlite3_prepare_v2(... B. mem = sqlite3_memory_use