From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm02l-0003Yc-BP for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:04:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm02k-0004t2-EN for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:04:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm02k-0004sg-7I for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:04:42 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6R94eTG008202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 27 Jul 2011 05:04:40 -0400 Message-ID: <4E2FD557.8000108@redhat.com> Date: Wed, 27 Jul 2011 11:07:35 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <77ba08dc495de24dce9b3e410385ac19e3786cee.1311755243.git.amit.shah@redhat.com> In-Reply-To: <77ba08dc495de24dce9b3e410385ac19e3786cee.1311755243.git.amit.shah@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4] virtio-blk: Fix memleak on exit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: "Michael S. Tsirkin" , qemu list , Markus Armbruster Am 27.07.2011 10:30, schrieb Amit Shah: > Calling virtio_cleanup() will free up memory allocated in > virtio_common_init(). > > Signed-off-by: Amit Shah Acked-by: Kevin Wolf