On 01/30/2014 12:14 AM, Orit Wasserman wrote:
> Signed-off-by: Orit Wasserman <owass...@redhat.com>
> Reviewed-by: Juan Quintela <quint...@redhat.com>
> ---
>  arch_init.c | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Eric Blake <ebl...@redhat.com>

> 
> diff --git a/arch_init.c b/arch_init.c
> index 77912e7..66f5e82 100644
> --- a/arch_init.c
> +++ b/arch_init.c
> @@ -617,6 +617,9 @@ static void migration_end(void)
>          g_free(XBZRLE.current_buf);
>          g_free(XBZRLE.decoded_buf);
>          XBZRLE.cache = NULL;
> +        XBZRLE.encoded_buf = NULL;
> +        XBZRLE.current_buf = NULL;
> +        XBZRLE.decoded_buf = NULL;
>      }
>  }
>  
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to