SQLite Forum

shell nit, goofy import leaks memory
Login
This seems to clear the leak, yet the build throws a warning.

```
shell.c:13450:23: warning: comparison of address of 'p->xCloser' not equal to a null pointer is always true [-Wtautological-pointer-compare]
  if( p->in!=0 &&& p->xCloser!=0 ){
                   ~~~^~~~~~~  ~

```