Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3258
b: refs/heads/master
c: 41f2148
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jun 25, 2005
1 parent a0af60f commit 3818e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 350d5bd84ecda038bb482ab5f2596bdca68109d9
refs/heads/master: 41f2148a67f28803d64bf5ff538591af90a5ab57
6 changes: 3 additions & 3 deletions trunk/arch/um/drivers/daemon_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ static void daemon_remove(void *data)

os_close_file(pri->fd);
os_close_file(pri->control);
if(pri->data_addr != NULL) kfree(pri->data_addr);
if(pri->ctl_addr != NULL) kfree(pri->ctl_addr);
if(pri->local_addr != NULL) kfree(pri->local_addr);
kfree(pri->data_addr);
kfree(pri->ctl_addr);
kfree(pri->local_addr);
}

int daemon_user_write(int fd, void *buf, int len, struct daemon_data *pri)
Expand Down

0 comments on commit 3818e5d

Please sign in to comment.