From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zdenek Kabelac Date: Thu, 10 Dec 2009 13:53:53 +0100 Subject: [PATCH 0/4] Fixes and cleanups Message-ID: List-Id: To: lvm-devel@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Zdenek Kabelac (4): Fix coredump and memory leak for 'dmsetup help -c' Fix unlocking for vgrelease for error paths Skip 'return' keyword for void() functions Call dm_pool_destroy on allocation error path lib/display/display.c | 11 ----------- lib/filters/filter-persistent.c | 2 -- lib/filters/filter.c | 1 - lib/format1/format1.c | 1 - lib/format1/lvm1-label.c | 1 - lib/format_pool/format_pool.c | 1 - lib/format_pool/pool_label.c | 1 - lib/format_text/format-text.c | 1 - lib/locking/locking.c | 4 ---- lib/locking/no_locking.c | 2 -- lib/metadata/metadata.c | 2 +- lib/misc/lvm-string.c | 2 +- libdm/libdm-deptree.c | 4 ++-- tools/dmsetup.c | 7 ++++--- tools/lvmcmdlib.c | 2 -- tools/pvresize.c | 8 ++++++-- tools/pvscan.c | 1 - tools/toollib.c | 6 +++--- 18 files changed, 17 insertions(+), 40 deletions(-)