qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] block: Fix leaks of opts in block drivers


From: Fam Zheng
Subject: [Qemu-devel] [PATCH 0/4] block: Fix leaks of opts in block drivers
Date: Wed, 27 Aug 2014 14:02:32 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]