Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110013
b: refs/heads/master
c: 6206782
h: refs/heads/master
i:
  110011: 3ea9cf8
v: v3
  • Loading branch information
Julia Lawall authored and Eric Van Hensbergen committed Sep 24, 2008
1 parent 2092b41 commit fbf0493
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 206ca50de77033c6cc17d0e14fbb12d119a67b01
refs/heads/master: 620678244bc7b83287e2e283ed4fe6b959e94b7d
4 changes: 3 additions & 1 deletion trunk/net/9p/trans_fd.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,10 @@ static struct p9_req *p9_send_request(struct p9_conn *m,
else
n = p9_mux_get_tag(m);

if (n < 0)
if (n < 0) {
kfree(req);
return ERR_PTR(-ENOMEM);
}

p9_set_tag(tc, n);

Expand Down

0 comments on commit fbf0493

Please sign in to comment.