Fix: lttng_trace_archive_location_serialize is called on freed memory
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-commands.h
index 0aa7a80c3f94cc3a8a1e519f620ac625d2b5d7b6..643b0e6020913432b47e763790cbf3421080e2cc 100644 (file)
@@ -73,6 +73,7 @@ struct notification_thread_command {
                        uid_t uid;
                        gid_t gid;
                        uint64_t trace_archive_chunk_id;
+                       /* Weak reference. */
                        struct lttng_trace_archive_location *location;
                } session_rotation;
                /* Add/Remove tracer event source fd. */
This page took 0.022998 seconds and 4 git commands to generate.