• J
    xen: Resolve resource leak with 'cpuset' · 8bc18eaa
    John Ferlan 提交于
    Make cpuset local to the while loop and free it once done with it each
    time through the loop.  Add a sa_assert() to virBitmapParse() to keep Coverity
    from believing there could be a negative return and possible resource leak.
    8bc18eaa
virbitmap.c 14.1 KB