]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Call virDomainFree in cmdDomFSTrim
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 2 Apr 2013 15:18:30 +0000 (17:18 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 9 Apr 2013 19:47:24 +0000 (13:47 -0600)
commit5fdccc85578e05300a419fa2c87f18ed08f6f220
treeadc8d8387ad7af5d3f42c172af2694c3c08922a7
parent5fa7db63a709f01e4b6f89e79e5f4ebd0542a93b
virsh: Call virDomainFree in cmdDomFSTrim

https://bugzilla.redhat.com/show_bug.cgi?id=928197

The virsh domfstrim command was not freeing allocated domain,
leaving leaked references behind.
(cherry picked from commit deb86ee9123ef47dce80dd77a9bc583f2b0214db)
tools/virsh-domain.c