From: Jonathan Rajotte Date: Wed, 4 Apr 2018 16:20:30 +0000 (-0400) Subject: Fix: goto end after end label X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=cea6c68e33a159a83b52d0931d355051d89283a2;hp=cea6c68e33a159a83b52d0931d355051d89283a2;p=lttng-tools.git 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 ---