• J
    xenapi: Resolve Coverity REVERSE_INULL · 6da29e0f
    John Ferlan 提交于
    Coverity complains that "net_set" is compared to NULL before calling
    xen_network_set_free, but used rather liberally before that.  While
    I was looking at the code I also noted that if the virAsprintfQuiet
    fails, then we leak our structures - so I added those too.
    6da29e0f
xenapi_utils.c 18.2 KB