Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3377
b: refs/heads/master
c: 5a6b454
h: refs/heads/master
i:
  3375: 5e4036f
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jun 25, 2005
1 parent 948615d commit 3d2994a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 486fd404fbc840e28a959d2f2842b6c46ed6b250
refs/heads/master: 5a6b454f8024bac68495b6cd51615feb0b54baa9
3 changes: 1 addition & 2 deletions trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,8 +1000,7 @@ int do_sysctl(int __user *name, int nlen, void __user *oldval, size_t __user *ol
int error = parse_table(name, nlen, oldval, oldlenp,
newval, newlen, head->ctl_table,
&context);
if (context)
kfree(context);
kfree(context);
if (error != -ENOTDIR)
return error;
tmp = tmp->next;
Expand Down

0 comments on commit 3d2994a

Please sign in to comment.