Fix: add missing rcu_barrier at end of sessiond main
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 1548dc5df79628e6dd2df5a7b582a5f2cfe7d537..eb96b6a16ae2db772cc733c75a68a5045ffde2f4 100644 (file)
@@ -5641,6 +5641,7 @@ exit:
        cleanup();
        rcu_thread_offline();
        rcu_unregister_thread();
+       rcu_barrier();
        if (!ret) {
                exit(EXIT_SUCCESS);
        }
This page took 0.024608 seconds and 4 git commands to generate.