Re: [Qemu-devel] [PATCH for-1.7] qom: fix object_property_set_link() memory leak

2013-11-19 Thread Stefan Hajnoczi
On Mon, Nov 18, 2013 at 04:11:43PM +0100, Andreas Färber wrote: > Am 18.11.2013 16:10, schrieb Stefan Hajnoczi: > > object_get_canonical_path() returns a string that the caller is > > responsible for freeing. > > > > Signed-off-by: Stefan Hajnoczi > > What's the difference to Vlad's v2? Please

Re: [Qemu-devel] [PATCH for-1.7] qom: fix object_property_set_link() memory leak

2013-11-18 Thread Andreas Färber
Am 18.11.2013 16:10, schrieb Stefan Hajnoczi: > object_get_canonical_path() returns a string that the caller is > responsible for freeing. > > Signed-off-by: Stefan Hajnoczi What's the difference to Vlad's v2? Andreas > --- > qom/object.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deleti

[Qemu-devel] [PATCH for-1.7] qom: fix object_property_set_link() memory leak

2013-11-18 Thread Stefan Hajnoczi
object_get_canonical_path() returns a string that the caller is responsible for freeing. Signed-off-by: Stefan Hajnoczi --- qom/object.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qom/object.c b/qom/object.c index b617f26..fc19cf6 100644 --- a/qom/object.c +++ b/qom