X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fsessiond-trace-chunks.c;h=2f98c3d6362d25c84cd7e0458ddd9218080677b4;hp=1065234739a8d6e529c1dc58ba3dde24140c2666;hb=a0377dfefe40662ba7d68617bce6ff467114136c;hpb=cc3b9644f017a91d347d7a414387292e3175635e 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); }