Re: [sqlite] Segmentation Fault when calling sqlite3_finalize

2012-05-31 Thread Stephen Wood
wrote: > On 05/31/2012 10:46 PM, Stephen Wood wrote: > >> Hello all, >> I'm having some memory allocation difficulties while using the SQLite C >> API. The goal of the function that is currently giving me issues is just >> trying to read the column names fr

Re: [sqlite] Segmentation Fault when calling sqlite3_finalize

2012-05-31 Thread Stephen Wood
users-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Stephen Wood > Sent: Thursday, May 31, 2012 11:47 AM > To: sqlite-users@sqlite.org > Subject: [sqlite] Segmentation Fault when calling sqlite3_finalize > > Hello all, > I'm having some memory allocatio

[sqlite] Segmentation Fault when calling sqlite3_finalize

2012-05-31 Thread Stephen Wood
lErrorMessage); // Prevents memory leaking from error message: sqlite3_free(sqlErrorMessage); exit(1); } // end error check return columnNames; } // end of function -- Stephen Wood RMCI, INC. 1525 Perimeter Parkway Suite 430 Huntsville, AL 35806** ** __