mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Add an assert() to help scan-build recognize that a variable is initialized.
FossilOrigin-Name: 10d26f1ee8e7624cbb957332b4397d2f1fcdaf916acec93077f2ddd33e01f1d8
This commit is contained in:
@@ -10914,6 +10914,7 @@ static int checkTreePage(
|
||||
btreeHeapInsert(heap, (pc<<16)|(pc+size-1));
|
||||
}
|
||||
}
|
||||
assert( heap!=0 );
|
||||
/* Add the freeblocks to the min-heap
|
||||
**
|
||||
** EVIDENCE-OF: R-20690-50594 The second field of the b-tree page header
|
||||
|
Reference in New Issue
Block a user