]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Avoid virsh leaks due to missing virDomainFree(dom) calls
authorJim Meyering <meyering@redhat.com>
Wed, 30 Jan 2008 19:58:59 +0000 (19:58 +0000)
committerJim Meyering <meyering@redhat.com>
Wed, 30 Jan 2008 19:58:59 +0000 (19:58 +0000)
commitf5f530f33fc0999899231f1a34b983ed2191bcca
tree1933cda250fd95f2468f1fc92d296c4579e24e88
parenta1d2d2b21c80879e65064cb28b1a63b6ac06032a
Avoid virsh leaks due to missing virDomainFree(dom) calls

* src/virsh.c (cmdDomuuid): Add missing virDomainFree call.
(cmdAttachDevice): Likewise.
(cmdDetachDevice): Likewise.
ChangeLog
src/virsh.c