[lvm-devel] [PATCH 0/2] Fix leak reports

Zdenek Kabelac zkabelac at redhat.com
Sun Aug 8 08:37:35 UTC 2010


Two small patches trying to fix shown leaks by internal tracing.

1st patch triest to swap order of pool destroy and check for leaks
  in lvm2_exit() routine.

2nd patch fixes uncleaned resource in error path 
  (visible in t-lvm-init.sh test)

Zdenek Kabelac (2):
  Fix report of leak of _mem_pool in lvm2_exit()
  Fix report of uninitalized pool leak  (t-lvm-init.sh)

 daemons/dmeventd/plugins/lvm2/dmeventd_lvm.c |    4 ++--
 tools/lvmcmdline.c                           |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

-- 
1.7.2.1




More information about the lvm-devel mailing list