From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGvLz-0007Zy-3H for qemu-devel@nongnu.org; Thu, 20 Oct 2011 12:20:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGvLw-0003eJ-26 for qemu-devel@nongnu.org; Thu, 20 Oct 2011 12:20:23 -0400 Date: Thu, 20 Oct 2011 09:20:15 -0700 From: Stefan Hajnoczi Message-ID: <20111020162015.GA7089@stefanha-thinkpad.localdomain> References: <1318882329-15119-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1318882329-15119-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] device_tree: Fix potential memory leak List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Mon, Oct 17, 2011 at 10:12:09PM +0200, Stefan Weil wrote: > cppcheck error report: > > device_tree.c:156: error: Memory leak: dupname > > Signed-off-by: Stefan Weil > --- > device_tree.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan