Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24498
b: refs/heads/master
c: ca43b31
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Mar 28, 2006
1 parent c640524 commit c090e66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 5a83fdddb8a104c021837637a59f93948b906819
refs/heads/master: ca43b317fc557bbcca845c684d93375286bf9e0b
6 changes: 2 additions & 4 deletions trunk/sound/oss/msnd.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ void msnd_fifo_init(msnd_fifo *f)

void msnd_fifo_free(msnd_fifo *f)
{
if (f->data) {
vfree(f->data);
f->data = NULL;
}
vfree(f->data);
f->data = NULL;
}

int msnd_fifo_alloc(msnd_fifo *f, size_t n)
Expand Down

0 comments on commit c090e66

Please sign in to comment.