[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-devel] [PATCH v2 for-1.7] qom: Fix memory leak i
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-stable] [Qemu-devel] [PATCH v2 for-1.7] qom: Fix memory leak in object_property_set_link() |
Date: |
Tue, 19 Nov 2013 09:48:39 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Nov 18, 2013 at 04:52:02PM +0100, Andreas Färber wrote:
> Am 15.11.2013 18:09, schrieb Vlad Yasevich:
> > Save the result of the call to object_get_cannonical_path()
> > so we can free it.
> >
> > Signed-off-by: Vlad Yasevich <address@hidden>
>
> Cc: address@hidden
> Reviewed-by: Andreas Färber <address@hidden>
>
> in case Anthony wants to pick it up himself, and queued on qom-next:
> https://github.com/afaerber/qemu-cpu/commits/qom-next
>
> It looks as if Stefan posted an identical patch with for-1.7 tag but
> with his From.
Please merge Vlad's patch.
I wrote mine independently because I hadn't read Vlad's email yet.
Stefan