Fix: relayd vs consumerd compatibility
[lttng-tools.git] / src / bin / lttng-relayd / stream.c
index 335a1cf5f79de497f3002beb3ae0a2a983da355f..c59bb9416b1c9609ca34884cbc6126daf1295b78 100644 (file)
@@ -306,9 +306,9 @@ static void stream_release(struct urcu_ref *ref)
                stream_fd_put(stream->stream_fd);
                stream->stream_fd = NULL;
        }
-       if (stream->index_fd) {
-               stream_fd_put(stream->index_fd);
-               stream->index_fd = NULL;
+       if (stream->index_file) {
+               lttng_index_file_put(stream->index_file);
+               stream->index_file = NULL;
        }
        if (stream->trace) {
                ctf_trace_put(stream->trace);
This page took 0.022991 seconds and 4 git commands to generate.