On Wed, Apr 11, 2018 at 12:57:07PM -0400, John Ferlan wrote:
Since there is no way to get to cleanup without dom being NULL,
this is a unnecessary Unref.
Actually, if we could get there it would be a bug, because
virDomainObjListAdd does not give us an extra reference, it just leaves
the domain locked.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/openvz/openvz_conf.c | 1 -
1 file changed, 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano