diff --git a/xo-alloc2/include/xo/alloc2/arena/ArenaConfig.hpp b/xo-alloc2/include/xo/alloc2/arena/ArenaConfig.hpp index c8d3faca..fcd95347 100644 --- a/xo-alloc2/include/xo/alloc2/arena/ArenaConfig.hpp +++ b/xo-alloc2/include/xo/alloc2/arena/ArenaConfig.hpp @@ -35,7 +35,7 @@ namespace xo { **/ bool store_header_flag_ = false; /** configuration for per-alloc header **/ - AllocHeaderConfig header_; + AllocHeaderConfig header_{}; /** true to enable debug logging **/ bool debug_flag_ = false;