X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.c;h=b033dda94d1f39baf70d52ff50a43a7dc6ed797c;hb=f465e9787f5b70d4a8f3761c60b8d6e4161e9628;hp=e8a9fd9b4018fdecc1d0f2f6e77b97db623a1b5d;hpb=bdafebb5195cfda710b32b019f9cac6c4d86f42a;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/stream.c b/src/bin/lttng-relayd/stream.c index e8a9fd9b4..b033dda94 100644 --- a/src/bin/lttng-relayd/stream.c +++ b/src/bin/lttng-relayd/stream.c @@ -302,7 +302,7 @@ static void stream_release(struct urcu_ref *ref) stream->stream_fd = NULL; } if (stream->index_file) { - lttng_index_file_put(stream->index_file); + relay_index_file_put(stream->index_file); stream->index_file = NULL; } if (stream->trace) {