]> git.lttng.org Git - lttng-modules.git/commit
fix: add missing check for __must_check 'lttng_file_ref_put()' (v6.13)
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 22 Jan 2025 15:10:53 +0000 (15:10 +0000)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Jan 2025 19:13:40 +0000 (14:13 -0500)
commit6c94fa2842063bbdff73f453577d081e48036db0
tree89baaa79729d6e197a66812227d3909c021d6733
parent1ff0eb56750c2e35560170b33b5ba02685093805
fix: add missing check for __must_check 'lttng_file_ref_put()' (v6.13)

Add a missing return code check to a call to 'lttng_file_ref_put()'
which is marked as 'must_check', otherwise it results in a build
failure when using -Werror.

Change-Id: Ib50ec669ffc0fe87a367b25b788518d148f7a85e
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lttng-events.c
This page took 0.030834 seconds and 4 git commands to generate.