On 06/12/2012 12:31 AM, Gao feng wrote: > when libvirt_lxc trigger oom error in lxcContainerGetSubtree > we should free the alloced memory for mounts. > > so when lxcContainerGetSubtree failed,we should do some > memory cleanup in lxcContainerUnmountSubtree. >
> virReportOOMError();
> goto cleanup;
> }
> + nmounts++;
> VIR_DEBUG("Grabbed %s", mntent.mnt_dir);
Whitespace damage. We don't use TAB's, and 'make syntax-check' would
have caught this.
--
Eric Blake [email protected] +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
