We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db99b8d commit b3d84f8Copy full SHA for b3d84f8
1 file changed
src/core/db.cpp
@@ -198,6 +198,7 @@ uint32_t db_block_allocate_new(){
198
db.blocks_free--;
199
}
200
else{
201
+ assert(db.blocks_free == 0);
202
block_num = db.blocks_exist;
203
db.blocks_exist++;
204
db_block_size();
0 commit comments