On 4/10/2013 10:06 AM, ven...@intouchmi.com wrote:
The call to sqlite3_col_decltype returns a char *
Should I issue a sqlite3_free on it when I am done with the string?

No. It gives you a pointer into an internal data structure associated with the statement handle. The memory will be released, and the pointer will become invalid, when you call sqlite3_finalize
--
Igor Tandetnik

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

Reply via email to