Re: [PATCH 06/13] Turn virDomainObjPtr into a virObjectPtr

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>  void
>  virBlkioDeviceWeightArrayClear(virBlkioDeviceWeightPtr deviceWeights,
>                                 int ndevices)
> @@ -723,7 +738,7 @@ virDomainObjListDataFree(void *payload, const void *name ATTRIBUTE_UNUSED)
>  {
>      virDomainObjPtr obj = payload;
>      virDomainObjLock(obj);
> -    if (virDomainObjUnref(obj) > 0)
> +    if (!virObjectUnref(obj))
>          virDomainObjUnlock(obj);
>  }

I suppose you mean

       if (virObjectUnref(obj))

here.

But, I can't see any reason to lock then unref then unlock, just unref
is enough.

BTW, if containers, like virHashTable, support only virObject, then the
free callback, say virHashDataFree, can be to simply unref the
virObject.

-- 
Thanks,
Hu Tao

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]