• J
    Replace virDomainFree with virObjectUnref · 8fb3aee2
    John Ferlan 提交于
    Since virDomainFree 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.
    8fb3aee2
remote.c 214.9 KB