Fix: sink.text.details: goto error when failing to add input port
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 9 Apr 2020 17:55:05 +0000 (13:55 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Apr 2020 19:14:44 +0000 (15:14 -0400)
commitc7f21c12d5cec35f3e48630cf603207748409847
tree79ac552a20443fb3c761a824c45c2a8e972f0cec
parent0235b0db7de5bcacdb3650c92461f2ce5eb2143d
Fix: sink.text.details: goto error when failing to add input port

If bt_self_component_sink_add_input_port fails, the current code does
not goto error.  This patch fixes it.  It also changes the switch, used
to convert from `add_port_status` to `status`, to a cast, as is the
practice throughout the project.

Change-Id: I82b2719316ad00ffd9d9c14b86b8890b98130669
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/3383
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/text/details/details.c
This page took 0.024047 seconds and 4 git commands to generate.