Re: [Libvir] [PATCH] Fix some memory leak

2007-05-29 Thread Daniel Veillard
On Tue, May 29, 2007 at 05:32:34PM +0900, Masayuki Sunou wrote: > Hi > > This patch fixes some memory leak in libvirt. > > 1. The point that checks command-option in virsh.c > 2. The point that checks version of Xen in xen_internal.c > 3. The point that checks OS type of VM in xend_internal.c >

[Libvir] [PATCH] Fix some memory leak

2007-05-29 Thread Masayuki Sunou
Hi This patch fixes some memory leak in libvirt. 1. The point that checks command-option in virsh.c 2. The point that checks version of Xen in xen_internal.c 3. The point that checks OS type of VM in xend_internal.c And these memory leaks can be checked by valgrind. Signed-off-by: Masayuki Sun