
7 Jun
2011
7 Jun
'11
3:50 p.m.
2011/6/6 Eric Blake <eblake@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