[lvm-devel] LVM2/tools toollib.c

wysochanski at sourceware.org wysochanski at sourceware.org
Wed Jul 15 12:23:01 UTC 2009


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski at sourceware.org	2009-07-15 12:22:59

Modified files:
	tools          : toollib.c 

Log message:
	Fix memory leak in process_each_pv path.
	
	Author: Dave Wysochanski <dwysocha at redhat.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/toollib.c.diff?cvsroot=lvm2&r1=1.163&r2=1.164

--- LVM2/tools/toollib.c	2009/07/15 12:15:36	1.163
+++ LVM2/tools/toollib.c	2009/07/15 12:22:59	1.164
@@ -723,6 +723,7 @@
 				vg = vg_read(cmd, sll->str, NULL, flags);
 				if (vg_read_error(vg)) {
 					ret_max = ECMD_FAILED;
+					vg_release(vg);
 					continue;
 				}
 




More information about the lvm-devel mailing list