• J
    Replace virSecretFree with virObjectUnref · a0b13d35
    John Ferlan 提交于
    Since virSecretFree 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.
    a0b13d35
secret_driver.c 30.8 KB