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.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>