Forgot to say ...

Most of these problems result from attempting to reuse memory you've already 
released.  Even if the error is happening inside a SQLite routine, it will be 
because you passed it a pointer to an SQLite connection which had already been 
_close()'d or a statement which had already been _finalize()'d.

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

Reply via email to