
17 Oct
2019
17 Oct
'19
6:12 p.m.
On 9/26/19 12:12 PM, Michal Privoznik wrote:
There are three cases where vir*DeviceGetPath() returns a const string. In these cases, the string is initialized in corresponding vir*DeviceNew() calls which fail if string couldn't be allocated. There's no point in checking the second time if the string is NULL.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_domain.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
Reviewed-by: Cole Robinson <crobinso@redhat.com> - Cole