Re: [Qemu-devel] [PATCH v2 09/30] tests: fix vhost-user-test leaks

2017-02-28 Thread Eric Blake
On 02/21/2017 08:14 AM, Marc-André Lureau wrote: > Spotted by ASAN. > > Signed-off-by: Marc-André Lureau > --- > tests/libqos/virtio-pci.h | 2 ++ > tests/libqos/virtio-pci.c | 6 ++ > tests/vhost-user-test.c | 11 +++ > 3 files changed, 15 insertions(+), 4 deletions(-) > Revie

[Qemu-devel] [PATCH v2 09/30] tests: fix vhost-user-test leaks

2017-02-21 Thread Marc-André Lureau
Spotted by ASAN. Signed-off-by: Marc-André Lureau --- tests/libqos/virtio-pci.h | 2 ++ tests/libqos/virtio-pci.c | 6 ++ tests/vhost-user-test.c | 11 +++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/tests/libqos/virtio-pci.h b/tests/libqos/virtio-pci.h index