qga-vss: Use the proper operator to free memory
authorKonstantin Kostiuk <kkostiuk@redhat.com>
Thu, 12 May 2022 15:49:09 +0000 (18:49 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 14 May 2022 10:32:41 +0000 (12:32 +0200)
commit6c1d88c72bd740cc431a13a02145168cf87866fc
tree4d9b57f493551554eda2b87f0cea78500a88a94c
parent580ea136eb37b9a059bdba9c20260dc825bcc2de
qga-vss: Use the proper operator to free memory

volume_name_wchar is allocated by 'void* operator new [](long long unsigned int)

Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220512154909.331481-1-kkostiuk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qga/vss-win32/requester.cpp