Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45421
b: refs/heads/master
c: 7fbe3ca
h: refs/heads/master
i:
  45419: 4b3068e
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Jaroslav Kysela committed Jan 9, 2007
1 parent 40e5871 commit 22e429d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8c670714223d58086695d007b76b3e3ead54e4f5
refs/heads/master: 7fbe3ca571e4b0795b729658e3d76824be54cb18
2 changes: 1 addition & 1 deletion trunk/sound/usb/usbmixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ static int parse_audio_selector_unit(struct mixer_build *state, int unitid, unsi
namelist[i] = kmalloc(MAX_ITEM_NAME_LEN, GFP_KERNEL);
if (! namelist[i]) {
snd_printk(KERN_ERR "cannot malloc\n");
while (--i > 0)
while (i--)
kfree(namelist[i]);
kfree(namelist);
kfree(cval);
Expand Down

0 comments on commit 22e429d

Please sign in to comment.