• E
    util: plug memory leak · c86827a2
    Eric Blake 提交于
    Leak detected by Coverity; only possible on unlikely ptsname_r
    failure.  Additionally, the man page for ptsname_r states that
    failure is merely non-zero, not necessarily -1.
    
    * src/util/util.c (virFileOpenTtyAt): Avoid leak on ptsname_r
    failure.
    c86827a2
util.c 63.1 KB