On 26 Oct 2012, at 11:05pm, Clemens Ladisch <clem...@ladisch.de> wrote:

> Yes; sqlite3_finalize _always_ frees the statement.

And if the statement is already finalized (due to an earlier error, perhaps) 
then it is a harmless noop.  So you can do it near the end of your routine 
harmlessly.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to