• J
    Remove watches before calling REMOTE_PROC_CLOSE · 6ef9d9da
    Jiri Denemark 提交于
    First calling REMOTE_PROC_CLOSE and then removing watches might lead to
    a hang as HANGUP event can be triggered before the watches are actually
    removed but after virConnectPtr is already freed. As a result of that
    remoteDomainEventFired() would try to lock uninitialized mutex, which
    would hang for ever.
    6ef9d9da
remote_driver.c 304.1 KB