Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209769
b: refs/heads/master
c: 3185bf8
h: refs/heads/master
i:
  209767: 8e307fd
v: v3
  • Loading branch information
Xiaotian Feng authored and Avi Kivity committed Aug 15, 2010
1 parent 3b54340 commit 0ac525c
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: f45755b8346f1a089ca7957dce5f4c3c6cb26e6f
refs/heads/master: 3185bf8c23149f32d7e7363b84539ea50b26ecb1
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/i8254.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags)
kvm_unregister_irq_mask_notifier(kvm, 0, &pit->mask_notifier);
kvm_unregister_irq_ack_notifier(kvm, &pit_state->irq_ack_notifier);
kvm_free_irq_source_id(kvm, pit->irq_source_id);

destroy_workqueue(pit->wq);
kfree(pit);
return NULL;
}
Expand Down

0 comments on commit 0ac525c

Please sign in to comment.