From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfVje-0000SS-2V for qemu-devel@nongnu.org; Mon, 03 Dec 2012 08:06:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfVjY-0003w1-4b for qemu-devel@nongnu.org; Mon, 03 Dec 2012 08:06:57 -0500 Date: Mon, 3 Dec 2012 14:06:49 +0100 From: Stefan Hajnoczi Message-ID: <20121203130649.GH6048@stefanha-thinkpad.redhat.com> References: <1353694338-13162-1-git-send-email-armbru@redhat.com> <1353694338-13162-3-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353694338-13162-3-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/2] pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-trivial@nongnu.org, jordan.l.justen@intel.com, qemu-devel@nongnu.org On Fri, Nov 23, 2012 at 07:12:18PM +0100, Markus Armbruster wrote: > Harmless, because we the error inevitably leads to another, fatal one > in pc_system_flash_init(): PC system firmware (pflash) not available. > Fix it anyway. > > Signed-off-by: Markus Armbruster > --- > hw/pc_sysfw.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan