[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/3] Some memory leak fixes
From: |
Michael S. Tsirkin |
Subject: |
Re: [PATCH 0/3] Some memory leak fixes |
Date: |
Fri, 8 Nov 2019 04:53:21 -0500 |
On Thu, Nov 07, 2019 at 11:27:28PM +0400, Marc-André Lureau wrote:
> Hi,
>
> Another bunch of fixes spotted by ASAN when running check-qtest-x86_64.
So who's merging this?
> Marc-André Lureau (3):
> virtio-input: fix memory leak on unrealize
> qtest: fix qtest_qmp_device_add leak
> cpu-plug-test: fix leaks
>
> hw/input/virtio-input.c | 3 +++
> tests/cpu-plug-test.c | 2 ++
> tests/libqtest.c | 1 +
> 3 files changed, 6 insertions(+)
>
> --
> 2.24.0.rc0.20.gd81542e6f3
- Re: [PATCH 1/3] virtio-input: fix memory leak on unrealize, (continued)