On 05/07/2014 03:58 AM, Chunyan Liu wrote:
> For later merge .create_opts of drv and proto_drv in qemu-img commands.
> 
> Signed-off-by: Chunyan Liu <cy...@suse.com>
> ---
> Changes:
>   * fix memory free:
>      if (param) {
>    -     g_free(list);
>    +     qemu_opts_free(list); //free allocated memory too
>      }
> 
> 
>  include/qemu/option.h |  5 ++++
>  util/qemu-option.c    | 67 
> +++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 72 insertions(+)
> 

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

-- 
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