u/sink: Make sure to add split sink to context

This commit is contained in:
Jakob Bornecrantz 2021-08-23 20:24:33 +01:00
parent a8251815af
commit c83dc7b323

View file

@ -72,5 +72,7 @@ u_sink_split_create(struct xrt_frame_context *xfctx,
s->left = left;
s->right = right;
xrt_frame_context_add(xfctx, &s->node);
*out_xfs = &s->base;
}