From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPc32-0000Qi-Kb for qemu-devel@nongnu.org; Tue, 19 Jul 2016 16:55:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPc2w-0000N0-PH for qemu-devel@nongnu.org; Tue, 19 Jul 2016 16:55:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPc2w-0000Mv-JJ for qemu-devel@nongnu.org; Tue, 19 Jul 2016 16:55:18 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (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 25AF2CF617 for ; Tue, 19 Jul 2016 20:55:18 +0000 (UTC) References: <20160719085432.4572-1-marcandre.lureau@redhat.com> <20160719085432.4572-10-marcandre.lureau@redhat.com> From: Eric Blake Message-ID: <578E93B5.6090807@redhat.com> Date: Tue, 19 Jul 2016 14:55:17 -0600 MIME-Version: 1.0 In-Reply-To: <20160719085432.4572-10-marcandre.lureau@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="2Vsf1hdpuoLgjT2TixBPLGXV5T8s3qphK" Subject: Re: [Qemu-devel] [PATCH 09/37] tests: fix check-qom-interface leaks 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) --2Vsf1hdpuoLgjT2TixBPLGXV5T8s3qphK From: Eric Blake To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org Message-ID: <578E93B5.6090807@redhat.com> Subject: Re: [Qemu-devel] [PATCH 09/37] tests: fix check-qom-interface leaks References: <20160719085432.4572-1-marcandre.lureau@redhat.com> <20160719085432.4572-10-marcandre.lureau@redhat.com> In-Reply-To: <20160719085432.4572-10-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 > Found thanks to ASAN. >=20 > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > tests/check-qom-interface.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Eric Blake >=20 > diff --git a/tests/check-qom-interface.c b/tests/check-qom-interface.c > index 719ddcf..f87c9aa 100644 > --- a/tests/check-qom-interface.c > +++ b/tests/check-qom-interface.c > @@ -76,6 +76,7 @@ static void test_interface_impl(const char *type) > =20 > g_assert(iobj); > g_assert(ioc->test =3D=3D PATTERN); > + object_unref(obj); > } > =20 > static void interface_direct_test(void) >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --2Vsf1hdpuoLgjT2TixBPLGXV5T8s3qphK 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/ iQEcBAEBCAAGBQJXjpO1AAoJEKeha0olJ0NqCHsH/0UTmMeGCrK8128XZ09MsyBC QW+OjAcwJVWxBMr5n+crA13Iey9tGpMu+3m7i91D8twA9Ihumz+/wwq2S6OWl/m6 ywJcK98uhh+qZYiqKqHRXZdWisJYppOAs+x+HZ4hbyELEoDL4ESbeSrRBgPvrT0V gXM89DXKZEcsQb6XGU5Px3iix6CARg8wPQlb7SnIdmvDGDx8E5wDyHZSVH5ucsot qH9bHM9U3flJa9X+0wcJuvLLgtCeCaFuZ3ptiidPT0HmBhlHssrB6tWHd1zTfrt2 s83rJTKURDfTmZ5VwRavNj93R3LVwgyyG5ow8EtXs2FYek1Lu1JAF+3MNBbOoL0= =OBJb -----END PGP SIGNATURE----- --2Vsf1hdpuoLgjT2TixBPLGXV5T8s3qphK--