From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMr4b-00084v-AZ for qemu-devel@nongnu.org; Thu, 28 Aug 2014 00:12:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMr4V-0008Qj-5T for qemu-devel@nongnu.org; Thu, 28 Aug 2014 00:12:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMr4U-0008Qf-Uf for qemu-devel@nongnu.org; Thu, 28 Aug 2014 00:12:27 -0400 From: Fam Zheng Date: Thu, 28 Aug 2014 12:12:35 +0800 Message-Id: <1409199158-23453-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/3] block: Fix leaks of opts in block drivers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , benoit.canet@irqsave.net, Stefan Hajnoczi Remember to call qemu_opts_del before function returning. v2: Drop qcow2 fix since it's duplicated with Max's "[PATCH 0/4] qapi/block-core: Add "new" qcow2 options" series. (Max) Fix nfs return code. (Benoit) Add Beniot's rev-by lines in other patches. (Thanks for reviewing) Fam Zheng (3): nfs: Fix leak of opts in nfs_file_open blkverify: Fix leak of opts in blkverify_open quorum: Fix leak of opts in quorum_open block/blkverify.c | 1 + block/nfs.c | 8 ++++++-- block/quorum.c | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) -- 2.1.0