From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqjd0-000163-Cf for qemu-devel@nongnu.org; Mon, 16 Jul 2012 07:38:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sqjcv-0008Aj-Vx for qemu-devel@nongnu.org; Mon, 16 Jul 2012 07:38:14 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:58139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqjcv-0008Ac-N5 for qemu-devel@nongnu.org; Mon, 16 Jul 2012 07:38:09 -0400 Received: by lbok6 with SMTP id k6so2287204lbo.4 for ; Mon, 16 Jul 2012 04:38:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1342098145-9440-1-git-send-email-kwolf@redhat.com> References: <1342098145-9440-1-git-send-email-kwolf@redhat.com> Date: Mon, 16 Jul 2012 12:38:08 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH] qemu-io: Fix memory leaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Thu, Jul 12, 2012 at 2:02 PM, Kevin Wolf wrote: > Almost all callers of create_iovec() forgot to destroy the qiov when the > request has completed. > > Signed-off-by: Kevin Wolf > --- > qemu-io.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) Reviewed-by: Stefan Hajnoczi