Fix: ctf: query.c: Unchecked fclose() return value
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 15 Oct 2019 23:06:43 +0000 (19:06 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 17 Oct 2019 16:11:31 +0000 (12:11 -0400)
commita8bd1d0f5fc13e33d461e4f0bc1575a8e1f4d45b
tree2b64346dfe2dc74bb548a8a50b70018c1ae07c5a
parentef9559ae12282108e1af00e08809d8f04946ab77
Fix: ctf: query.c: Unchecked fclose() return value

Coverity report:
  CID 1382583 (#1 of 1): Unchecked return value (CHECKED_RETURN)12.
  check_return: Calling fclose without checking return value (as is done
  elsewhere 9 out of 11 times).

Reported-by: Coverity (1382583) Unchecked return value
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: Ic5f7d46992b823bcb0571853da4ca23dcefe3d35
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2207
CI-Build: Jonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/plugins/ctf/fs-src/query.c
This page took 0.024167 seconds and 4 git commands to generate.