diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/build.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build.c b/src/build.c index f0435aace..a7dc36ff5 100644 --- a/src/build.c +++ b/src/build.c @@ -2268,8 +2268,8 @@ void sqlite3EndTable( ** expression to a NULL. This prevents code generators that operate ** on the expression from inserting extra parts into the expression ** tree that have been allocated from lookaside memory, which is - ** illegal in a schema and will lead to errors heap corruption when - ** the database connection closes. */ + ** illegal in a schema and will lead to errors or heap corruption + ** when the database connection closes. */ sqlite3ExprDelete(db, pX); p->aCol[ii].pDflt = sqlite3ExprAlloc(db, TK_NULL, 0, 0); } |