jalburger wrote:
> 
> 
> 
> 
> By "the same" I mean the same sequence of bytes.  The error message
> from sqlite3_exec() is always obtained from a malloc-like memory
> allocator and must be freed using sqlite3_free().  The error message
> returned by sqlite3_errmsg() is always a constant, static string.
> The error messages might say the same thing, but they are distinct
> strings.
> --
> D. Richard Hipp   <d...@hwaci.com>
> 
> 
> 


is this right way how to do it:

sqlite_free (errmsg); 

???

thank you
-- 
View this message in context: 
http://old.nabble.com/sqlite3_free%28%29-tp5188068p26302583.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to