From 0b13cf2a3bbd105fe4326e8e005536da43684df6 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 2 Jun 2025 11:56:54 -0400 Subject: Improve renderer api, misc cleanup Signed-off-by: Andrew Opalach --- src/libsink/sink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsink') diff --git a/src/libsink/sink.c b/src/libsink/sink.c index 56be556..29af2f5 100644 --- a/src/libsink/sink.c +++ b/src/libsink/sink.c @@ -1329,8 +1329,8 @@ static bool set_command_callback(void *userdata, struct nn_rpc_connection *conn, lia_client_connect(&entry->client, sink->loop, sink->type, &addr, port, node_id, seek_pos); } - // Don't lock before calling client_connect() or we could deadlock in - // CLIENT_CLOSED on a failed socket_connect(). + // Don't lock before calling client_connect() or we could deadlock + // in CLIENT_CLOSED on a failed socket_connect(). nn_mutex_lock(&sink->lock); if (op == LIANA_SINK_BUFFER) { -- cgit v1.2.3-101-g0448