]> git.ipfire.org Git - thirdparty/libvirt.git/commit
daemon: plug memory leak
authorEric Blake <eblake@redhat.com>
Mon, 6 Jun 2011 21:03:26 +0000 (15:03 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 8 Jun 2011 11:30:57 +0000 (05:30 -0600)
commitf17eeede1e945a19650636a21b9d8a5c2c94a89c
tree2b6d437f5e791a1f891132647dcfb3d95061ac9c
parentd7814b21a24ea71eed2cce2fcc95aa3fb2325fb5
daemon: plug memory leak

Detected by Coverity.  Commit ef21beda was incomplete; it solved
a leak one one path, but not on the other.

* daemon/libvirtd.c (qemudSetLogging): Avoid leak on success.
daemon/libvirtd.c