Re: [Qemu-devel] [PATCH v2] qom: Fix memory leak in object_property_set_link()

2013-11-18 Thread Amos Kong
On Fri, Nov 15, 2013 at 12:09:47PM -0500, Vlad Yasevich wrote: Save the result of the call to object_get_cannonical_path() so we can free it. Signed-off-by: Vlad Yasevich vyase...@redhat.com --- v1-v2: Builds and works :) qom/object.c | 5 +++-- 1 file changed, 3 insertions(+), 2

[Qemu-devel] [PATCH v2] qom: Fix memory leak in object_property_set_link()

2013-11-15 Thread Vlad Yasevich
Save the result of the call to object_get_cannonical_path() so we can free it. Signed-off-by: Vlad Yasevich vyase...@redhat.com --- v1-v2: Builds and works :) qom/object.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qom/object.c b/qom/object.c index