
19 Jun
2012
19 Jun
'12
3:07 a.m.
于 2012年06月19日 00:13, Eric Blake 写道:
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.
thanks,I will pay attention to it.