Fix: fd leak on error
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index d8c8017d83800511afa90e7223211a002e7d6481..c74599ded1c38f8b65ed307ab3368e223c11c29a 100644 (file)
@@ -2183,6 +2183,7 @@ static int send_channel_uid_to_ust(struct buffer_reg_channel *reg_chan,
 
                ret = ust_consumer_send_stream_to_ust(app, ua_chan, &stream);
                if (ret < 0) {
+                       (void) release_ust_app_stream(-1, &stream);
                        goto error_stream_unlock;
                }
 
This page took 0.025024 seconds and 4 git commands to generate.