• J
    parallels: Resolve Coverity USE_AFTER_FREE · 0da9a8a8
    John Ferlan 提交于
    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.
    0da9a8a8
parallels_network.c 17.0 KB