Re: [sqlite] Is it necessary free returned results when sqlite3_get_table get an error?

2012-01-19 Thread Marc Cals
Ok, Thanks for your help. On 19 January 2012 19:07, Richard Hipp wrote: > On Thu, Jan 19, 2012 at 1:03 PM, Marc Cals wrote: > > > Hello, > > > > I have one doubt about sqlite3_get_table() method. When it returns an > error > > is it necessary

[sqlite] Is it necessary free returned results when sqlite3_get_table get an error?

2012-01-19 Thread Marc Cals
Hello, I have one doubt about sqlite3_get_table() method. When it returns an error is it necessary to free returned results invoking sqlite3_free_table method? Or when an error produced return NULL value as result ? Thanks ___ sqlite-users mailing list