Fix: sessiond: notification: leak of condition on duplicate subscription
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Apr 2021 23:33:02 +0000 (19:33 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 23 Apr 2021 03:57:50 +0000 (23:57 -0400)
commit5a6306f7bf0d3cca6ec732230d114a9df309cde2
tree5805461b093a6ad1865d2b2b411f877d9bba036c
parente1bbf98908a6399f39a9a8bc95bd8b59cecaa816
Fix: sessiond: notification: leak of condition on duplicate subscription

An lttng_condition is leaked when a notification channel client attempts
to subscribe to a condition she is already subscribed to.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I3474ba07046c75bc3cfc2c32501d77b3ea880d33
src/bin/lttng-sessiond/notification-thread-events.c
This page took 0.038377 seconds and 4 git commands to generate.