mbox series

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

Message ID 20220201151508.190035-1-groug@kaod.org (mailing list archive)
Headers show
Series tests/9pfs: Fix leak and add some more g_auto* annotations | expand

Message

Greg Kurz Feb. 1, 2022, 3:15 p.m. UTC
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(-)

Comments

Christian Schoenebeck Feb. 2, 2022, 1:31 p.m. UTC | #1
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