In the CLI, detect and report errors on sqlite3_close(). Clear global
commit7ba84731f0e472d02c6c2c6173f50edd47671d89
authorD. Richard Hipp <drh@hwaci.com>
Fri, 18 May 2018 17:11:50 +0000 (18 17:11 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 18 May 2018 17:11:50 +0000 (18 17:11 +0000)
tree7d989316dad7ed3df98032a595f78a4d73cc0c35
parent6f3c6480f67c6b532218fe0d37b6e3b617d87326
In the CLI, detect and report errors on sqlite3_close().  Clear global
variables prior to exit to so that valgrind can better detect resource
leaks.
src/shell.c.in