From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vigzp-00058u-JA for qemu-devel@nongnu.org; Tue, 19 Nov 2013 03:49:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vigzj-0006jC-KT for qemu-devel@nongnu.org; Tue, 19 Nov 2013 03:49:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vigzj-0006j3-CI for qemu-devel@nongnu.org; Tue, 19 Nov 2013 03:49:15 -0500 Date: Tue, 19 Nov 2013 09:49:11 +0100 From: Stefan Hajnoczi Message-ID: <20131119084911.GC27265@stefanha-thinkpad.redhat.com> References: <1384787411-7187-1-git-send-email-stefanha@redhat.com> <528A2E2F.2010001@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <528A2E2F.2010001@suse.de> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-1.7] qom: fix object_property_set_link() memory leak List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: Vlad Yasevich , akong@redhat.com, qemu-devel@nongnu.org, Anthony Liguori On Mon, Nov 18, 2013 at 04:11:43PM +0100, Andreas F=E4rber wrote: > Am 18.11.2013 16:10, schrieb Stefan Hajnoczi: > > object_get_canonical_path() returns a string that the caller is > > responsible for freeing. > >=20 > > Signed-off-by: Stefan Hajnoczi >=20 > What's the difference to Vlad's v2? Please ignore this patch, Vlad has already submitted an equivalent patch which I hadn't seen. NACK