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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user