"Chris Holbrook" <[EMAIL PROTECTED]>
wrote in message news:[EMAIL PROTECTED]
> Do calls to sqlite3_free_table have to be synchronised with calls to
> sqlite3_get_table?
>
> In order words can one do:
> ~get_table a,
> ~get table b,
> ~free_table a,
> ~free table b

Yes, one can. There's nothing mysterious about sqlite3_get_table - it 
just allocates a lot of strings on the heap.

Igor Tandetnik 



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

Reply via email to