summaryrefslogtreecommitdiff
path: root/lib/input_handlers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/input_handlers.cpp')
-rw-r--r--lib/input_handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/input_handlers.cpp b/lib/input_handlers.cpp
index c3d4936..89e1d34 100644
--- a/lib/input_handlers.cpp
+++ b/lib/input_handlers.cpp
@@ -82,7 +82,7 @@ void BlockActor::handle_input_alloc(const InputAllocMessage &message, const Ther
//handle the upstream block allocation request
OutputAllocMessage new_msg;
- new_msg.queue = block_ptr->input_buffer_allocator(index, message.config);
+ new_msg.queue = data->block->input_buffer_allocator(index, message.config);
if (new_msg.queue) worker->post_upstream(index, new_msg);
}