1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Additional intarray test cases and tweaks to comments.

FossilOrigin-Name: 0c8db5d88ee41dab58d6464283b51f82f7457838
This commit is contained in:
drh
2009-11-10 17:55:47 +00:00
parent 522efc62b0
commit 63b3878921
4 changed files with 59 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ struct intarray_cursor {
#ifndef SQLITE_OMIT_VIRTUALTABLE
/*
** Free an sqlite3_intarray object
** Free an sqlite3_intarray object.
*/
static void intarrayFree(sqlite3_intarray *p){
if( p->xFree ){