summaryrefslogtreecommitdiff
path: root/lib/block_handlers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r--lib/block_handlers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp
index 3715615..2cb167f 100644
--- a/lib/block_handlers.cpp
+++ b/lib/block_handlers.cpp
@@ -152,6 +152,7 @@ void ElementImpl::topology_update(const tsbe::TaskInterface &task_iface)
//resize and fill port properties
resize_fill_back(this->input_history_items, num_inputs);
resize_fill_back(this->output_multiple_items, num_outputs);
+ resize_fill_grow(this->input_inline_enables, num_inputs, false);
//resize the bytes consumed/produced
resize_fill_grow(this->items_consumed, num_inputs, 0);