Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330880
b: refs/heads/master
c: e36c92f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Aug 15, 2012
1 parent 8203901 commit ed25747
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: 5359805193dc83e1aab2f8e230d57c649363c5c5
refs/heads/master: e36c92fd63bb4773e6f4bc38ecee11a609ded1cf
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -2264,9 +2264,9 @@ static int em28xx_v4l2_close(struct file *filp)
if (dev->state & DEV_DISCONNECTED) {
em28xx_release_resources(dev);
kfree(dev->alt_max_pkt_size);
mutex_unlock(&dev->lock);
kfree(dev);
kfree(fh);
mutex_unlock(&dev->lock);
return 0;
}

Expand Down

0 comments on commit ed25747

Please sign in to comment.