]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use virInterfaceObjEndAPI() more
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 10 Nov 2021 08:56:29 +0000 (09:56 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Nov 2021 10:27:22 +0000 (11:27 +0100)
commitc6edab9d5d38e4f2852b654726c729f678619a9f
tree0475ef8788af56fbcd36c08b41d06b2ee47beea8
parent2d5b403cffcb364b672ec43bcd304e7b998083ac
Use virInterfaceObjEndAPI() more

Instead of explicit virObjectUnlock(obj) + virObjectUnref(obj)
combo the virInterfaceObjEndAPI() can be used.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/conf/virinterfaceobj.c