0da9a8a parallels: Resolve Coverity USE_AFTER_FREE

Authored and Committed by John Ferlan 9 years ago
    parallels: Resolve Coverity USE_AFTER_FREE
    
    Coverity complains that calling virNetworkDefFree(def), then jumping
    to the cleanup: label which calls virNetworkDefFree(def) could result
    in a double_free.  Just remove the call from the if statement.