Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24497
b: refs/heads/master
c: 5a83fdd
h: refs/heads/master
i:
  24495: 5fa4122
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Mar 28, 2006
1 parent e858352 commit c640524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 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: 07e0e93d9a3cdbe3cad450e0d0a2937585dffc55
refs/heads/master: 5a83fdddb8a104c021837637a59f93948b906819
13 changes: 3 additions & 10 deletions trunk/sound/oss/sequencer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1671,14 +1671,7 @@ void sequencer_init(void)

void sequencer_unload(void)
{
if(queue)
{
vfree(queue);
queue=NULL;
}
if(iqueue)
{
vfree(iqueue);
iqueue=NULL;
}
vfree(queue);
vfree(iqueue);
queue = iqueue = NULL;
}

0 comments on commit c640524

Please sign in to comment.