Re: [libvirt] [PATCH v2] Ensure client streams are closed when marking a client for close

2011-08-15 Thread Eric Blake
On 08/15/2011 11:15 AM, Daniel P. Berrange wrote: From: "Daniel P. Berrange" NB, previous patch was borked due to bad rebase Every active stream results in a reference being held on the virNetServerClientPtr object. This meant that if a client quit with any streams active, although all I/O was

[libvirt] [PATCH v2] Ensure client streams are closed when marking a client for close

2011-08-15 Thread Daniel P. Berrange
From: "Daniel P. Berrange" NB, previous patch was borked due to bad rebase Every active stream results in a reference being held on the virNetServerClientPtr object. This meant that if a client quit with any streams active, although all I/O was stopped the virNetServerClientPtr object would leak