X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-consumer.c;h=866d7bd56bc199e8bed90b2e3abc1ec88f48a070;hp=46558417ecc2c47b295a7613ae35c7da7c9412d0;hb=84cd17c63cde7ea5d7a0ad037dd41e8297658812;hpb=8be98f9a4419d360bce0678981ba3f4b891b0a19 diff --git a/lttng-sessiond/ust-consumer.c b/lttng-sessiond/ust-consumer.c index 46558417e..866d7bd56 100644 --- a/lttng-sessiond/ust-consumer.c +++ b/lttng-sessiond/ust-consumer.c @@ -100,18 +100,7 @@ static int send_channel_streams(int sock, perror("send consumer stream ancillary data"); goto error; } - - /* - * We release the stream object here, as we have passed - * it to the consumer. - */ - /* Ensure we don't let the app know (sock = -1). */ - ustctl_release_object(-1, stream->obj); - cds_list_del(&stream->list); - free(stream); } - /* Ensure we don't let the app know (sock = -1). */ - ustctl_release_object(-1, uchan->obj); DBG("consumer channel streams sent"); @@ -179,10 +168,6 @@ int ust_consumer_send_session(int consumer_fd, struct ust_app_session *usess) perror("send consumer stream"); goto error; } - /* Metadata fds passed to consumer, release them. */ - /* Ensure we don't let the app know (sock = -1). */ - ustctl_release_object(-1, usess->metadata->stream_obj); - ustctl_release_object(-1, usess->metadata->obj); } /* Send each channel fd streams of session */