Fix: lttng_trace_archive_location_serialize is called on freed memory
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-commands.h
index a90d1ac2b2f662697fd54412596cba2e06689b9d..c167a6911ec2428643b226321f5649b17ef88fae 100644 (file)
@@ -60,6 +60,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;
        } parameters;
This page took 0.030418 seconds and 5 git commands to generate.