[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/2] block: Fix leak in send_qmp_error_event
From: |
Kevin Wolf |
Subject: |
Re: [PATCH v2 0/2] block: Fix leak in send_qmp_error_event |
Date: |
Thu, 16 Jan 2025 15:13:20 +0100 |
Am 11.11.2024 um 18:03 hat Philippe Mathieu-Daudé geschrieben:
> Respin of Fabiano patch using g_autofree,
> and clarifying method docstrings.
>
> Fabiano Rosas (1):
> block: Fix leak in send_qmp_error_event
>
> Philippe Mathieu-Daudé (1):
> block: Improve blk_get_attached_dev_id() docstring
>
> include/sysemu/block-backend-io.h | 7 +++++++
> block/block-backend.c | 16 ++++++++++------
> 2 files changed, 17 insertions(+), 6 deletions(-)
Thanks, applied to the block branch.
Kevin