Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73678
b: refs/heads/master
c: 4305441
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Nov 15, 2007
1 parent ac92a26 commit 827b01f
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: 62ec56524f0eeaa1aa4f7281425fa34d400cdacc
refs/heads/master: 43054412db5e5b3eda1eff6c2245ff4257560340
2 changes: 1 addition & 1 deletion trunk/drivers/lguest/lguest_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static int initialize(struct file *file, const unsigned long __user *input)
free_regs:
free_page(lg->regs_page);
release_guest:
memset(lg, 0, sizeof(*lg));
kfree(lg);
unlock:
mutex_unlock(&lguest_lock);
return err;
Expand Down

0 comments on commit 827b01f

Please sign in to comment.