From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VigzI-0004FB-Br for qemu-devel@nongnu.org; Tue, 19 Nov 2013 03:48:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VigzE-0006LL-6I for qemu-devel@nongnu.org; Tue, 19 Nov 2013 03:48:48 -0500 Date: Tue, 19 Nov 2013 09:48:39 +0100 From: Stefan Hajnoczi Message-ID: <20131119084839.GB27265@stefanha-thinkpad.redhat.com> References: <1384535387-6290-1-git-send-email-vyasevic@redhat.com> <528A37A2.4020303@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <528A37A2.4020303@suse.de> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 for-1.7] qom: Fix memory leak in object_property_set_link() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: Vlad Yasevich , Amos Kong , qemu-devel@nongnu.org, Anthony Liguori , qemu-stable On Mon, Nov 18, 2013 at 04:52:02PM +0100, Andreas F=E4rber 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. > >=20 > > Signed-off-by: Vlad Yasevich >=20 > Cc: qemu-stable@nongnu.org > Reviewed-by: Andreas F=E4rber >=20 > in case Anthony wants to pick it up himself, and queued on qom-next: > https://github.com/afaerber/qemu-cpu/commits/qom-next >=20 > 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