
21 Sep
2022
21 Sep
'22
9:59 a.m.
On a Monday in 2022, Peter Krempa wrote:
The variables are only used in code paths which can't fail after they are allocated.
Additionally decrease scope of the variables.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/conf/domain_conf.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano