Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258987
b: refs/heads/master
c: 9a8beb9
h: refs/heads/master
i:
  258985: 7ea4a57
  258983: f5d0b0f
v: v3
  • Loading branch information
Vitaliy Ivanov authored and Linus Torvalds committed Jul 26, 2011
1 parent b80b1d6 commit 8eca5d4
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: 2fdf2130926f07881c75e3905ece472c37d7703f
refs/heads/master: 9a8beb93067764344523386e0e5388d3fd78add7
3 changes: 1 addition & 2 deletions trunk/arch/um/drivers/slip_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static int slip_tramp(char **argv, int fd)
"buffer\n");
os_kill_process(pid, 1);
err = -ENOMEM;
goto out_free;
goto out_close;
}

close(fds[1]);
Expand All @@ -112,7 +112,6 @@ static int slip_tramp(char **argv, int fd)
err = helper_wait(pid);
close(fds[0]);

out_free:
kfree(output);
return err;

Expand Down

0 comments on commit 8eca5d4

Please sign in to comment.