[libvirt] [PATCH] qemu: unref cfg after TerminateMachine has been called

Peter Krempa pkrempa at redhat.com
Tue Oct 21 11:49:37 UTC 2014


On 10/21/14 12:25, Martin Kletzander wrote:
> Commit 60627f6d added the code that requests driver cfg, but forgot to

Commit ID doesn't exist in libvirt.git

> unref it.
> 
> Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
> ---
>  src/qemu/qemu_cgroup.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c
> index fa894c5..b5bdb36 100644
> --- a/src/qemu/qemu_cgroup.c
> +++ b/src/qemu/qemu_cgroup.c
> @@ -1222,6 +1222,8 @@ qemuRemoveCgroup(virQEMUDriverPtr driver,
>              VIR_DEBUG("Failed to terminate cgroup for %s", vm->def->name);
>      }
> 
> +    virObjectUnref(cfg);
> +
>      return virCgroupRemove(priv->cgroup);
>  }
> 

ACK with the commit ID tweaked.

Peter

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20141021/2d362fe0/attachment-0001.sig>


More information about the libvir-list mailing list