X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=322492631af40f22a8833224032fbc871f88cb34;hp=716b560a96ddbf9cd397147fe3ed01eb076781ad;hb=9bb5f1f8c4f1aeaca00ebbca40fc145dc4c7ee52;hpb=e441f4e920a6be99434617c7489cb289f9cf7f22 diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index 716b560a9..322492631 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -4633,6 +4633,7 @@ error: rcu_read_unlock(); /* Release the reference returned by the "publish" operation. */ lttng_trace_chunk_put(published_chunk); + lttng_trace_chunk_put(created_chunk); end: return ret_code; }