On a Friday in 2020, Peter Krempa wrote:
There are only 3 places using the function. Two can use
virBitmapNewCopy
directly. In case of the qemu capabilities code we need to free the old
bitmap first.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/capabilities.c | 3 +--
src/qemu/qemu_capabilities.c | 3 ++-
src/util/virresctrl.c | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano