Re: [PATCH 03/14] segment_report_module: Remove nested finish() function

2020-11-19 Thread Mark Wielaard
On Thu, 2020-11-12 at 16:04 +0100, Timm Bäder via Elfutils-devel wrote: > This works just as well with a goto-out style label. And is more in line with how we do error handling in other parts of the code. I added a ChangeLog entry and pushed. Thanks, Mark

[PATCH 03/14] segment_report_module: Remove nested finish() function

2020-11-12 Thread Timm Bäder via Elfutils-devel
This works just as well with a goto-out style label. Signed-off-by: Timm Bäder --- libdwfl/dwfl_segment_report_module.c | 50 +--- 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/libdwfl/dwfl_segment_report_module.c b/libdwfl/dwfl_segment_report_module.c