Re: [PATCH v3 0/2] tests/9pfs: Fix leak and add some more g_auto* annotations

2022-02-02 Thread Christian Schoenebeck
On Dienstag, 1. Februar 2022 16:15:06 CET Greg Kurz wrote: > This is the continuation of: > > https://lore.kernel.org/qemu-devel/2022020137.732325b4@bahia/T/#t > > v3: - fix leak in its own patch > > Greg Kurz (2): > tests/9pfs: Fix leak of local_test_path > tests/9pfs: Use g_autofree an

[PATCH v3 0/2] tests/9pfs: Fix leak and add some more g_auto* annotations

2022-02-01 Thread Greg Kurz
This is the continuation of: https://lore.kernel.org/qemu-devel/2022020137.732325b4@bahia/T/#t v3: - fix leak in its own patch Greg Kurz (2): tests/9pfs: Fix leak of local_test_path tests/9pfs: Use g_autofree and g_autoptr where possible tests/qtest/libqos/virtio-9p.c | 20 +++-