[Libvir] [PATCH] Device attach/detach on virsh(XML version)

Mark McLoughlin markmc at redhat.com
Wed May 23 08:43:23 UTC 2007


On Tue, 2007-05-22 at 15:16 +0100, Richard W.M. Jones wrote:
> Richard W.M. Jones wrote:
> > +    buffer = realloc (buffer, len+1);
> > +    if (buffer == NULL) goto out_of_memory;

	Note, if realloc() fails, the original buffer isn't freed. So, you want
to make sure you free the original one.

Cheers,
Mark.




More information about the libvir-list mailing list