[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH 2/3] hw/s390x: fix memory leak in s390_init_ipl_
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH 2/3] hw/s390x: fix memory leak in s390_init_ipl_dev() |
Date: |
Thu, 29 Mar 2018 14:09:23 +0200 |
On Thu, 29 Mar 2018 11:10:06 +0200
Greg Kurz <address@hidden> wrote:
> The string returned by object_property_get_str() is dynamically allocated.
>
> Fixes: 3c4e9baacf4d9
> Signed-off-by: Greg Kurz <address@hidden>
> ---
> hw/s390x/s390-virtio-ccw.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
Thanks, queued to s390-fixes.
- Re: [qemu-s390x] [PATCH 1/3] exec: fix memory leak in find_max_supported_pagesize(), (continued)