
25 Jun
2010
25 Jun
'10
11:41 p.m.
2010/6/25 Chris Lalancette <clalance@redhat.com>:
There was one major, and a few minor bugs having to do with the reference counting of node devices in daemon/remote.c The major bug was that remoteDispatchNodeDeviceListCaps() was completely failing to unreference node devices; this would lead to many open file descriptors, which would eventually fail.
The minor bugs were along the same lines, but were in rarely used error paths. Still, they should be corrected.
Signed-off-by: Chris Lalancette <clalance@redhat.com> ---
ACK. Matthias