• J
    Replace virNodeDeviceFree with virObjectUnref · e3b456de
    John Ferlan 提交于
    Since virNodeDeviceFree will call virObjectUnref anyway, let's just use that
    directly so as to avoid the possibility that we inadvertently clear out
    a pending error message when using the public API.
    e3b456de
node_device_conf.c 62.1 KB