X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fctf-trace.c;h=137790f57784ea1a12198a32164b1fd9f268d442;hp=adfbac3f0b557d7c008e1590b7231eb6318e6105;hb=8bd6c0f2181a1d7049d79b3c001f2bc64c76ae3a;hpb=d3e2ba59faddb31870e2ce29b6a881f7ad5ad883 diff --git a/src/bin/lttng-relayd/ctf-trace.c b/src/bin/lttng-relayd/ctf-trace.c index adfbac3f0..137790f57 100644 --- a/src/bin/lttng-relayd/ctf-trace.c +++ b/src/bin/lttng-relayd/ctf-trace.c @@ -39,7 +39,6 @@ void ctf_trace_try_destroy(struct ctf_trace *obj) } ret_ref = uatomic_add_return(&obj->refcount, -1); - assert(ret_ref >= 0); if (ret_ref == 0) { DBG("Freeing ctf_trace %" PRIu64, obj->id); free(obj);