From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMWJW-00030X-If for qemu-devel@nongnu.org; Wed, 27 Aug 2014 02:02:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMWJQ-0000Nw-BG for qemu-devel@nongnu.org; Wed, 27 Aug 2014 02:02:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMWJQ-0000NR-43 for qemu-devel@nongnu.org; Wed, 27 Aug 2014 02:02:28 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7R62NFp027859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 27 Aug 2014 02:02:24 -0400 From: Fam Zheng Date: Wed, 27 Aug 2014 14:02:32 +0800 Message-Id: <1409119356-22742-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] 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 , Stefan Hajnoczi Remember to call qemu_opts_del before function returning. Fam Zheng (4): 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 qcow2: Fix leak of opts in qcow2_open block/blkverify.c | 1 + block/nfs.c | 7 +++++-- block/qcow2.c | 5 ++--- block/quorum.c | 3 ++- 4 files changed, 10 insertions(+), 6 deletions(-) -- 2.1.0