summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchlib/src/vespa/searchlib/features/attributefeature.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/features/attributefeature.cpp b/searchlib/src/vespa/searchlib/features/attributefeature.cpp
index baebf6a8877..394bff7d622 100644
--- a/searchlib/src/vespa/searchlib/features/attributefeature.cpp
+++ b/searchlib/src/vespa/searchlib/features/attributefeature.cpp
@@ -269,7 +269,8 @@ AttributeBlueprint::AttributeBlueprint() :
fef::Blueprint("attribute"),
_attrName(),
_extra(),
- _tensorType(ValueType::double_type())
+ _tensorType(ValueType::double_type()),
+ _attribute(nullptr)
{
}