X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsessiond-trace-chunks.c;h=2f98c3d6362d25c84cd7e0458ddd9218080677b4;hb=87250ba19aec78f36e301494a03f5678fcb6fbb4;hp=1065234739a8d6e529c1dc58ba3dde24140c2666;hpb=22df743552b122d3a2ba4d440cfc5bfcf0460138;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/sessiond-trace-chunks.c b/src/bin/lttng-relayd/sessiond-trace-chunks.c index 106523473..2f98c3d63 100644 --- a/src/bin/lttng-relayd/sessiond-trace-chunks.c +++ b/src/bin/lttng-relayd/sessiond-trace-chunks.c @@ -287,7 +287,7 @@ void sessiond_trace_chunk_registry_destroy( { int ret = cds_lfht_destroy(sessiond_registry->ht, NULL); - assert(!ret); + LTTNG_ASSERT(!ret); free(sessiond_registry); }