Hi All,
Is sqlite3_finalize(sqlite3_stmt) cleaning up the memory which is allocated by 
sqlite_prepare()?
I checked the database statement handle before calling sqlite3_finalize and 
after calling this sqlite3_finalize the address is the same.
I was wordering if the memory of database statement handle is cleaning up.
Thanks,
JP


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

Reply via email to