Re: [PATCH v2 12/15] tests/qtest: Free old machine variable name

2024-06-28 Thread Peter Maydell
On Thu, 27 Jun 2024 at 14:40, Akihiko Odaki wrote: > > This fixes LeakSanitizer warnings. > > Signed-off-by: Akihiko Odaki > --- > tests/qtest/libqtest.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/qtest/libqtest.c b/tests/qtest/libqtest.c > index f89da7b80797..1605c0c9f615 10

[PATCH v2 12/15] tests/qtest: Free old machine variable name

2024-06-27 Thread Akihiko Odaki
This fixes LeakSanitizer warnings. Signed-off-by: Akihiko Odaki --- tests/qtest/libqtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/qtest/libqtest.c b/tests/qtest/libqtest.c index f89da7b80797..1605c0c9f615 100644 --- a/tests/qtest/libqtest.c +++ b/tests/qtest/libqtest.c @@ -150