cd04339 qemuMigrationRun: Don't leak @fd

Authored and Committed by mprivozn 8 years ago
    qemuMigrationRun: Don't leak @fd
    
    If we are migrating to an UNIX socket, we accept() a connection
    from qemu and use that FD to set up a tunnel. However, the FD is
    not closed as often as it should be.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+1 -1