2011/6/6 Eric Blake <eblake(a)redhat.com>:
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.
---
How embarrassing that I was just barely fixing a leak of the
same variable in this function, but only got half the job done.
daemon/libvirtd.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
ACK.
Matthias