
24 Aug
2020
24 Aug
'20
3:22 p.m.
On a Monday in 2020, Peter Krempa wrote:
Use automatic memory allocation and move variables into correct scope to simplify the code and remove the need for a 'error:' label.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_migration_params.c | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano