]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libvirtd: avoid leak on failure
authorEric Blake <eblake@redhat.com>
Thu, 2 Jun 2011 21:56:32 +0000 (15:56 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 3 Jun 2011 14:11:42 +0000 (08:11 -0600)
commitef21bedaf92f1d0399e3c20b9071086a255eeb47
tree491a3dc4ddf624125b4ff2de86b1b591ce33796d
parentbb8895290cff13048d03753119cbeb207f668ed9
libvirtd: avoid leak on failure

Spotted by Coverity.  Only possible on an OOM condition, so
unlikely to bite in the wild.

* daemon/libvirtd.c (qemudSetLogging): Don't leak memory.
daemon/libvirtd.c