]> 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>
Mon, 16 Dec 2024 20:02:23 +0000 (15:02 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 20 Jan 2025 19:33:54 +0000 (14:33 -0500)
commita374f2e44494ac3275b3823c4583c528192bb718
tree3f6cc8768dce22883b5b0d6d690f0b8f7760d9d5
parent1c4770459574d89c19fc647a9528d362d40eec67
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.030137 seconds and 4 git commands to generate.