Re: [sqlite] Cppcheck error

2010-11-25 Thread Richard Hipp
On Wed, Nov 24, 2010 at 6:49 PM, Stephen Blessing < stephen.bless...@datasplice.com> wrote: > Hi SQLite folks, > > I ran cppcheck and got this error: > > [./PlugIns/SQLiteDataStore/SQLite/sqlite3.c:13028]:(error) Common realloc > mistake: "p" nulled but not freed upon failure. > This should be a

[sqlite] Cppcheck error

2010-11-25 Thread Stephen Blessing
Hi SQLite folks, I ran cppcheck and got this error: [./PlugIns/SQLiteDataStore/SQLite/sqlite3.c:13028]:(error) Common realloc mistake: "p" nulled but not freed upon failure. /* ** Like realloc(). Resize an allocation previously obtained from ** sqlite3MemMalloc(). ** ** For this low-level inte