1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Remove some unnecessary and incorrect code that was mistakenly added in the

previous check-in.

FossilOrigin-Name: d3f458dcc379dd7648262f52579ec55ba931852065ed278367a0629228d0ed45
This commit is contained in:
drh
2023-07-28 00:54:38 +00:00
parent caf7e26c4f
commit 93269a9e41
3 changed files with 7 additions and 11 deletions

View File

@@ -2979,10 +2979,6 @@ op_column_restart:
** dynamically allocated. */
pC->aRow = 0;
pC->szRow = 0;
if( pC->colCache && pC->pCache && pC->pCache->pCValue ){
sqlite3RCStrUnref(pC->pCache->pCValue);
pC->pCache->pCValue = 0;
}
/* Make sure a corrupt database has not given us an oversize header.
** Do this now to avoid an oversize memory allocation.