mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Fix harmless static analyzer warnings.
FossilOrigin-Name: 6604a085964121113e7b7f57537a0ba64ba058d0eb12bf0a3aeb6d1b7a29d516
This commit is contained in:
@@ -2983,6 +2983,7 @@ static int multiSelect(
|
||||
int nCol; /* Number of columns in result set */
|
||||
|
||||
assert( p->pNext==0 );
|
||||
assert( p->pEList!=0 );
|
||||
nCol = p->pEList->nExpr;
|
||||
pKeyInfo = sqlite3KeyInfoAlloc(db, nCol, 1);
|
||||
if( !pKeyInfo ){
|
||||
|
||||
Reference in New Issue
Block a user