Re: [PATCH 1/3] virtio-input: fix memory leak on unrealize

2019-11-08 Thread Michael S. Tsirkin
On Thu, Nov 07, 2019 at 11:27:29PM +0400, Marc-André Lureau wrote: > Spotted by ASAN + minor stylistic change. > > Signed-off-by: Marc-André Lureau Reviewed-by: Michael S. Tsirkin > --- > hw/input/virtio-input.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/hw/input/virtio-inpu

[PATCH 1/3] virtio-input: fix memory leak on unrealize

2019-11-07 Thread Marc-André Lureau
Spotted by ASAN + minor stylistic change. Signed-off-by: Marc-André Lureau --- hw/input/virtio-input.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/input/virtio-input.c b/hw/input/virtio-input.c index 51617a5885..ec54e46ad6 100644 --- a/hw/input/virtio-input.c +++ b/hw/input/virtio-