Re: [libvirt] [PATCH] domain_conf: drop unused ref-count in snapshot object

2011-03-23 Thread Eric Blake
On 03/23/2011 09:16 AM, Daniel P. Berrange wrote: > On Fri, Mar 18, 2011 at 09:28:08AM -0600, Eric Blake wrote: >> The ref count was assigned to 1 at creation, then never modified again >> until it was decremented just before freeing the object. >> >> * src/conf/domain_conf.h (_virDomainSnapshotObj

Re: [libvirt] [PATCH] domain_conf: drop unused ref-count in snapshot object

2011-03-23 Thread Daniel P. Berrange
On Fri, Mar 18, 2011 at 09:28:08AM -0600, Eric Blake wrote: > The ref count was assigned to 1 at creation, then never modified again > until it was decremented just before freeing the object. > > * src/conf/domain_conf.h (_virDomainSnapshotObj): Delete unused > field. > (virDomainSnapshotObjUnref)

[libvirt] [PATCH] domain_conf: drop unused ref-count in snapshot object

2011-03-18 Thread Eric Blake
The ref count was assigned to 1 at creation, then never modified again until it was decremented just before freeing the object. * src/conf/domain_conf.h (_virDomainSnapshotObj): Delete unused field. (virDomainSnapshotObjUnref): Delete unused prototype. * src/libvirt_private.syms: Likewise. * src/c