xo-alloc2: gcc compiler nit

This commit is contained in:
Roland Conybeare 2026-01-03 14:01:45 -05:00
commit 2e0ec5537d

View file

@ -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;