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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp
index 384deaa..0fd7022 100644
--- a/lib/block_handlers.cpp
+++ b/lib/block_handlers.cpp
@@ -191,10 +191,9 @@ void ElementImpl::topology_update(const tsbe::TaskInterface &task_iface)
this->input_tags_changed.resize(num_inputs);
this->input_tags.resize(num_inputs);
- //TODO: think more about this:
+ //a block looses all connections, allow it to free
if (num_inputs == 0 and num_outputs == 0)
{
- HERE();
this->mark_done(task_iface);
}