78f1aca phyp: Resolve Coverity FORWARD_NULL

Authored and Committed by John Ferlan 8 years ago
    phyp: Resolve Coverity FORWARD_NULL
    
    Commit id 'cd490086' added a VIR_FORCE_CLOSE of the 'sock', but it
    was after the VIR_FREE() of phyp_driver, resulting in a possible/likely
    NULL dereference.
    
    Signed-off-by: John Ferlan <jferlan@redhat.com>
    
        
file modified
+1 -2