Re: [sqlite] valgrind leak summary shows possible memory loss

2008-09-10 Thread D. Richard Hipp
On Sep 10, 2008, at 10:09 AM, jerry wrote: > I recently upgraded to latest sqlite 3.6.2 and valgrind shows possible > memory loss of 272 bytes. I narrowed it down to a 2 line program of > just sqlite3_open and sqlite_close. Valgrind doc says that this is > probably a memory leak unless you are d

[sqlite] valgrind leak summary shows possible memory loss

2008-09-10 Thread jerry
I recently upgraded to latest sqlite 3.6.2 and valgrind shows possible memory loss of 272 bytes. I narrowed it down to a 2 line program of just sqlite3_open and sqlite_close. Valgrind doc says that this is probably a memory leak unless you are doing funny things with pointers. I saw the early