diff --git a/spa/plugins/audioconvert/splitter.c b/spa/plugins/audioconvert/splitter.c index 593eb7fc3..abf78f551 100644 --- a/spa/plugins/audioconvert/splitter.c +++ b/spa/plugins/audioconvert/splitter.c @@ -947,7 +947,7 @@ static int impl_node_process(void *object) outio->status = -EPIPE; empty: spa_log_trace_fp(this->log, NAME" %p: %d skip output", this, i); - dst_datas[n_dst_datas++] = SPA_PTR_ALIGN(this->empty, MAX_ALIGN, void); + tmp[n_dst_datas++] = SPA_PTR_ALIGN(this->empty, MAX_ALIGN, void); continue; }