Grzegorz Sikorski <[email protected]> wrote: > Hi Hick, > > You were right I was not finalizing statements and this prevented close to > complete. When I modified my code to finalize all statements before close it > works fine.
This implies that you have not checked your application with valgrind which would have found leaks. Even if you fixed the missing sqlite3_finalize(...), I would still advise to run with valgrind which may find other hidden issues. Regards Dominique _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

