Fix blockstore initialization after moving clean_dyn_size calc to calc_lengths

This commit is contained in:
Vitaliy Filippov
2025-03-16 13:44:02 +03:00
parent f3192b610d
commit a73b2a26b6
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ class blockstore_impl_t
int unsynced_queued_ops = 0;
allocator_t *data_alloc = NULL;
uint64_t used_blocks = 0;
uint8_t *zero_object;
uint8_t *zero_object = NULL;
void *metadata_buffer = NULL;