Fix: goto end after end label
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 4 Apr 2018 16:20:30 +0000 (12:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Apr 2018 18:15:00 +0000 (14:15 -0400)
commitcea6c68e33a159a83b52d0931d355051d89283a2
treeddefb0911993bb8f9637112c52d2e3c526a9d0f1
parent3b68d0a3fdf213b4078b80380186aa78670d2712
Fix: goto end after end label

This check was most probably for the previous call and was but after the
end label by mistake. The check is not needed since the end label is
following the call.

CID 1388094 (#1 of 1): Double free (USE_AFTER_FREE)

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
src/bin/lttng-sessiond/rotation-thread.c
This page took 0.024554 seconds and 4 git commands to generate.