Re: [libvirt] [libvirt-glib PATCHv3 27/27] Don't memset GObject private data to 0

2011-11-23 Thread Daniel P. Berrange
On Wed, Nov 23, 2011 at 02:35:10PM +0100, Christophe Fergeau wrote: > The GObject private data allocated with g_type_class_add_private > will be automatically zero'ed when the GObject is created so we > don't need to memset it to 0. > --- > libvirt-gconfig/libvirt-gconfig-capabilities.c |6

[libvirt] [libvirt-glib PATCHv3 27/27] Don't memset GObject private data to 0

2011-11-23 Thread Christophe Fergeau
The GObject private data allocated with g_type_class_add_private will be automatically zero'ed when the GObject is created so we don't need to memset it to 0. --- libvirt-gconfig/libvirt-gconfig-capabilities.c |6 +- libvirt-gconfig/libvirt-gconfig-domain-clock.c |6 +- lib