ust-consumer: fix: metadata stream lock taken before destroy
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 15 Sep 2019 19:10:20 +0000 (15:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 Sep 2019 19:31:49 +0000 (15:31 -0400)
commit6564a2b67783df036aa7cb389ebfdcc18504c69a
treeeac7a1a07a1d9bed8952dcf1b4f94d692272f717
parent0f6c0386d794be9986c9b05b99bd72c327b363cf
ust-consumer: fix: metadata stream lock taken before destroy

The lock of a metadata stream is taken when calling the stream's
destroy function after the completion of a snapshot. This is invalid
and does not appear to protect anything.

I am guessin that this was meant to be an 'unlock' invoked in the
error path of this functions.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/ust-consumer/ust-consumer.c
This page took 0.024815 seconds and 4 git commands to generate.