Re: [Qemu-devel] [PATCH] savevm: Fix memory leak of compat struct

2010-07-30 Thread Aurelien Jarno
On Wed, Jul 21, 2010 at 08:35:31AM -0600, Alex Williamson wrote: > Forgot to check for and free these. > > Found-by: Zachary Amsden > Signed-off-by: Alex Williamson > --- > > 0.13 Candidate > > savevm.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) Thanks, applied. > di

[Qemu-devel] [PATCH] savevm: Fix memory leak of compat struct

2010-07-21 Thread Alex Williamson
Forgot to check for and free these. Found-by: Zachary Amsden Signed-off-by: Alex Williamson --- 0.13 Candidate savevm.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/savevm.c b/savevm.c index ee27989..1612794 100644 --- a/savevm.c +++ b/savevm.c @@ -1126,6 +11