
3 Apr
2019
3 Apr
'19
4:05 a.m.
On Mon, Apr 01, 2019 at 09:33:29 +0200, Ján Tomko wrote:
Now that we have a shared cleanup section everywhere, delete all the 'error' labels which all contain just 'goto cleanup' anyway.
Also remove all the 'cleanup' labels that only 'return ret' - we can simply return NULL instead of jumping to that label.
Signed-off-by: Ján Tomko <jtomko@redhat.com> ---
ACK