From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPedJ-0006lP-1i for qemu-devel@nongnu.org; Tue, 19 Jul 2016 19:41:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPedF-0002X9-QQ for qemu-devel@nongnu.org; Tue, 19 Jul 2016 19:41:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPedF-0002X5-LE for qemu-devel@nongnu.org; Tue, 19 Jul 2016 19:40:57 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 35DFF7AE94 for ; Tue, 19 Jul 2016 23:40:57 +0000 (UTC) References: <20160719085432.4572-1-marcandre.lureau@redhat.com> <20160719085432.4572-17-marcandre.lureau@redhat.com> From: Eric Blake Message-ID: <578EBA88.8040904@redhat.com> Date: Tue, 19 Jul 2016 17:40:56 -0600 MIME-Version: 1.0 In-Reply-To: <20160719085432.4572-17-marcandre.lureau@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FxiamdfKEN30rAiLGQEDCEv62pecdUJlu" Subject: Re: [Qemu-devel] [PATCH 16/37] pc: don't leak a20_line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --FxiamdfKEN30rAiLGQEDCEv62pecdUJlu From: Eric Blake To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org Message-ID: <578EBA88.8040904@redhat.com> Subject: Re: [Qemu-devel] [PATCH 16/37] pc: don't leak a20_line References: <20160719085432.4572-1-marcandre.lureau@redhat.com> <20160719085432.4572-17-marcandre.lureau@redhat.com> In-Reply-To: <20160719085432.4572-17-marcandre.lureau@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 07/19/2016 02:54 AM, marcandre.lureau@redhat.com wrote: > From: Marc-Andr=C3=A9 Lureau >=20 > The irqs array is no longer being used >=20 > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > hw/i386/pc.c | 1 + > 1 file changed, 1 insertion(+) >=20 Reviewed-by: Eric Blake > diff --git a/hw/i386/pc.c b/hw/i386/pc.c > index 57b09c9..a20ab58 100644 > --- a/hw/i386/pc.c > +++ b/hw/i386/pc.c > @@ -1561,6 +1561,7 @@ void pc_basic_device_init(ISABus *isa_bus, qemu_i= rq *gsi, > } > port92 =3D isa_create_simple(isa_bus, "port92"); > port92_init(port92, a20_line[1]); > + g_free(a20_line); > =20 > DMA_init(isa_bus, 0); > =20 >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --FxiamdfKEN30rAiLGQEDCEv62pecdUJlu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXjrqIAAoJEKeha0olJ0NqeR0IAKsSWQYBK9kMfCGiZcubUOyY D2Kz0R4yjHdTp6Rv3IAhoVOHvuJjCu3hZF87MqU562Hvo1B68YfXgrlXELh2C0tX GAhidDCkA6BUhwBW5kBuf5r9vwX1HdiguDYelpP48fsOO83EsOqU0BXjnV42tcTA MyViW+7gN2xS05pYSu+GGijAvFUt5pj/0Q59OxyKKezPgqSvJSwQovbnclMapgh/ 9jv53qVeaqGmCC7iTA8pnf70LY5rEpWHKmop8ouIbWcX0prdJ7tbfMBe/xD/KI4W WI+sSS7R21U0h1iYrg3Jn4lAev9cSTDLtZPwAgF1luhTYf6L69ejeqxrEUFcjOU= =FpEI -----END PGP SIGNATURE----- --FxiamdfKEN30rAiLGQEDCEv62pecdUJlu--