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

Greg Kurz posted 2 patches 2 years, 3 months ago
Failed in applying to current master (apply log)
tests/qtest/libqos/virtio-9p.c | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
[PATCH v3 0/2] tests/9pfs: Fix leak and add some more g_auto* annotations
Posted by Greg Kurz 2 years, 3 months ago
This is the continuation of:

https://lore.kernel.org/qemu-devel/20220201111137.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 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

-- 
2.34.1



Re: [PATCH v3 0/2] tests/9pfs: Fix leak and add some more g_auto* annotations
Posted by Christian Schoenebeck 2 years, 3 months ago
On Dienstag, 1. Februar 2022 16:15:06 CET Greg Kurz wrote:
> This is the continuation of:
> 
> https://lore.kernel.org/qemu-devel/20220201111137.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 +++++++++++---------
>  1 file changed, 11 insertions(+), 9 deletions(-)
> 
> -- 
> 2.34.1
> 

Queued on 9p.next:
https://github.com/cschoenebeck/qemu/commits/9p.next

Thanks!

Best regards,
Christian Schoenebeck