]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxlDomainGetNumaParameters: Don't clear a freshly allocated bitmap
authorPeter Krempa <pkrempa@redhat.com>
Tue, 7 Dec 2021 15:18:24 +0000 (16:18 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 10 Dec 2021 15:36:25 +0000 (16:36 +0100)
commit9566576c02dd72bd0116b0bc4903a6ab3404ab03
tree5507afabdb4d0c47972884ad599b72060ce18a77
parente4b00827eddb77eb7f444e17ba1c88baaf814836
libxlDomainGetNumaParameters: Don't clear a freshly allocated bitmap

The bitmap is allocated just above the explicit clear, so it's already
empty.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/libxl/libxl_driver.c