d190424 node_device: fix memory leak in nodeDeviceSysfsGetSCSIHostCaps

1 file Authored by Yi Wang 6 years ago, Committed by Erik Skultety 6 years ago,
    node_device: fix memory leak in nodeDeviceSysfsGetSCSIHostCaps
    
    @tmp is leaked after the second call to virVHBAGetConfig within
    virVHBAIsVportCapable code block because it wasn't freed after making the
    first call to the function.
    
    Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
    Signed-off-by: Erik Skultety <eskultet@redhat.com>