]> git.ipfire.org Git - thirdparty/libvirt.git/commit
datatypes: update comments of Dispose functions
authorMichael Chapman <mike@very.puzzling.org>
Thu, 6 Mar 2014 08:39:49 +0000 (09:39 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 6 Mar 2014 08:39:49 +0000 (09:39 +0100)
commite5cd28c02385d5643df9e3261a54353b772ab342
tree9ed346fce95f5b6e028c27dcf89f1e3118a80e70
parentcb9bd7963b2a4c69285d98cc78c6017ec5e2d96e
datatypes: update comments of Dispose functions

As of commit 46ec5f85, the conn.lock mutex does not need to be held
when calling any vir*Dispose() function in datatypes.c (via virObjectUnref()).

Signed-off-by: Michael Chapman <mike@very.puzzling.org>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/datatypes.c