Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307903
b: refs/heads/master
c: 5f3fbc3
h: refs/heads/master
i:
  307901: 8cc0023
  307899: 7d95cd1
  307895: 5d77679
  307887: 107b8a0
  307871: bda7ee8
  307839: ce8b474
v: v3
  • Loading branch information
Xiao Guangrong authored and Avi Kivity committed May 14, 2012
1 parent 4b985bd commit f566fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2569053e0b3ae092e2f35514f8d108647baa01f
refs/heads/master: 5f3fbc342f408199e5cbb4b3dc220569147a99a7
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -6350,7 +6350,7 @@ static struct kvm_vcpu *vmx_create_vcpu(struct kvm *kvm, unsigned int id)
return &vmx->vcpu;

free_vmcs:
free_vmcs(vmx->loaded_vmcs->vmcs);
free_loaded_vmcs(vmx->loaded_vmcs);
free_msrs:
kfree(vmx->guest_msrs);
uninit_vcpu:
Expand Down

0 comments on commit f566fa0

Please sign in to comment.