diff --git a/src/util/HugeAllocator.hxx b/src/util/HugeAllocator.hxx index 69d7e7af08..1720080af7 100644 --- a/src/util/HugeAllocator.hxx +++ b/src/util/HugeAllocator.hxx @@ -128,7 +128,7 @@ HugeDiscard(void *, size_t) noexcept template class HugeArray { using Buffer = std::span; - Buffer buffer{nullptr}; + Buffer buffer; public: typedef typename Buffer::size_type size_type;