• P
    virsh: modify vshStringToArray to duplicate the elements too · d64af6ce
    Peter Krempa 提交于
    At a slightly larger memory expense allow stealing of items from the
    string array returned from vshStringToArray and turn the result into a
    string list compatible with virStringSplit. This will allow to use the
    common dealloc function.
    
    This patch also fixes a few forgotten checks of return from
    vshStringToArray and one memory leak.
    d64af6ce
virsh-pool.c 54.9 KB