• W
    fix memory leak in qemuProcessHandleGraphics() · 4a397621
    Wen Congyang 提交于
    If strdup("x509dname") or strdup("saslUsername") success, but
    strdup(x509dname) or strdup(saslUsername) failed, subject->nidentity
    is not the num elements of subject->identities, and we will leak some
    memory.
    4a397621
qemu_process.c 77.7 KB