Re: [kvm-devel] [PATCH] qemu: free migration structure if migration fails

2007-08-13 Thread Avi Kivity
Jim Paris wrote: Without this, memory is leaked and later attempts fail with Migration already active. Applied, thanks. -- error compiling committee.c: too many arguments to function - This SF.net email is

[kvm-devel] [PATCH] qemu: free migration structure if migration fails

2007-08-10 Thread Jim Paris
Without this, memory is leaked and later attempts fail with Migration already active. Signed-off-by: Jim Paris [EMAIL PROTECTED] --- qemu/migration.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/qemu/migration.c b/qemu/migration.c index bbeed86..ed1fd29 100644 ---