From bbbcfd2c4b5ef20e9128805d727473e7e2ed79e3 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 26 Jan 2026 21:36:38 -0500 Subject: [PATCH] xo-expression2: bugfix: init for TypeRef.td_ --- include/xo/expression2/TypeRef.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/expression2/TypeRef.hpp b/include/xo/expression2/TypeRef.hpp index 7ec6e388..eecb438d 100644 --- a/include/xo/expression2/TypeRef.hpp +++ b/include/xo/expression2/TypeRef.hpp @@ -66,7 +66,7 @@ namespace xo { * May be null when this TypeRef created, * but expected to be immutable once established. **/ - TypeDescr td_; + TypeDescr td_ = nullptr; }; } /*namespace scm*/