提交 c2b690f1 编写于 作者: D Daniel Veillard

* src/lxc_conf.c: patch from Dave Leskovec fixing an freed memory

  access I introduced yesterday
Daniel
上级 c7d7aa1c
Tue Apr 1 15:00:03 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/lxc_conf.c: patch from Dave Leskovec fixing an freed memory
access I introduced yesterday
Mon Mar 31 16:35:47 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/hash.c src/internal.h src/virterror.c: remove dandling
......
......@@ -810,8 +810,8 @@ void lxcFreeVMs(lxc_vm_t *vms)
lxc_vm_t *nextVm;
while (curVm) {
lxcFreeVM(curVm);
nextVm = curVm->next;
lxcFreeVM(curVm);
curVm = nextVm;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册