[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 12/15] tests/qtest: Free old machine variable name
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 12/15] tests/qtest: Free old machine variable name |
Date: |
Fri, 28 Jun 2024 16:21:34 +0100 |
On Thu, 27 Jun 2024 at 14:40, Akihiko Odaki <akihiko.odaki@daynix.com> wrote:
>
> This fixes LeakSanitizer warnings.
>
> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
> ---
> 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
> @@ -1509,6 +1509,7 @@ static struct MachInfo *qtest_get_machines(const char
> *var)
> int idx;
>
> if (g_strcmp0(qemu_var, var)) {
> + g_free(qemu_var);
> qemu_var = g_strdup(var);
>
> /* new qemu, clear the cache */
>
> --
> 2.45.2
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v2 05/15] spapr: Free stdout path, (continued)
- [PATCH v2 05/15] spapr: Free stdout path, Akihiko Odaki, 2024/06/27
- [PATCH v2 06/15] ppc/vof: Fix unaligned FDT property access, Akihiko Odaki, 2024/06/27
- [PATCH v2 07/15] hw/virtio: Free vqs after vhost_dev_cleanup(), Akihiko Odaki, 2024/06/27
- [PATCH v2 08/15] migration: Free removed SaveStateEntry, Akihiko Odaki, 2024/06/27
- [PATCH v2 09/15] memory: Do not create circular reference with subregion, Akihiko Odaki, 2024/06/27
- [PATCH v2 10/15] tests/qtest: Use qtest_add_data_func_full(), Akihiko Odaki, 2024/06/27
- [PATCH v2 11/15] tests/qtest: Free unused QMP response, Akihiko Odaki, 2024/06/27
- [PATCH v2 12/15] tests/qtest: Free old machine variable name, Akihiko Odaki, 2024/06/27
- Re: [PATCH v2 12/15] tests/qtest: Free old machine variable name,
Peter Maydell <=
- [PATCH v2 13/15] tests/qtest: Delete previous boot file, Akihiko Odaki, 2024/06/27
- [PATCH v2 15/15] tests/qtest: Free GThread, Akihiko Odaki, 2024/06/27
- [PATCH v2 14/15] tests/qtest: Free paths, Akihiko Odaki, 2024/06/27