diff options
Diffstat (limited to 'lib/topology_handler.cpp')
-rw-r--r-- | lib/topology_handler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/topology_handler.cpp b/lib/topology_handler.cpp index 53c4961..8208fc6 100644 --- a/lib/topology_handler.cpp +++ b/lib/topology_handler.cpp @@ -60,6 +60,8 @@ void BlockActor::handle_topology( this->input_tokens.resize(num_inputs); this->output_tokens.resize(num_outputs); + this->inputs_done.resize(num_inputs); + this->outputs_done.resize(num_outputs); this->output_allocation_hints.resize(num_outputs); //resize tags vector to match sizes |