X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fthread.c;h=a4e3cb86e125f7b3e365a80a27a82e2f610e2323;hb=3a5f70173aa04d11ccb22694d5d31a702cad33ab;hp=ae7f45fd97f8257b645d37513e80c3274410d938;hpb=d1ba29d290281cf72ca3ec7b0222b336c747e925;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/thread.c b/src/bin/lttng-sessiond/thread.c index ae7f45fd9..a4e3cb86e 100644 --- a/src/bin/lttng-sessiond/thread.c +++ b/src/bin/lttng-sessiond/thread.c @@ -134,7 +134,7 @@ void lttng_thread_put(struct lttng_thread *thread) if (!thread) { return; } - assert(thread->ref.refcount); + LTTNG_ASSERT(thread->ref.refcount); urcu_ref_put(&thread->ref, lttng_thread_release); }