blob: 53652ccf17b6db1c7acc9a6da09850f495e1ca92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- lttng-tools-2.13.11.orig/src/bin/lttng-sessiond/thread.c 2023-08-21 20:32:56.490852554 +0200
+++ lttng-tools-2.13.11/src/bin/lttng-sessiond/thread.c 2024-02-18 06:55:46.482793807 +0100
@@ -134,7 +134,7 @@ void lttng_thread_put(struct lttng_threa
if (!thread) {
return;
}
- assert(thread->ref.refcount);
+ //assert(thread->ref.refcount);
urcu_ref_put(&thread->ref, lttng_thread_release);
}
|