Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4304
b: refs/heads/master
c: 7619792
h: refs/heads/master
v: v3
  • Loading branch information
Peter Beutner authored and Linus Torvalds committed Jul 8, 2005
1 parent 9c8639d commit 7719820
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4992775c8287145e86b94fe8d19bbb5f20148cc0
refs/heads/master: 761979248adf83f5bece22e058ec445511984012
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/dvb-core/dmxdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,10 @@ static int dvb_dmxdev_filter_start(struct dmxdev_filter *filter)

ret = filter->feed.ts->start_filtering(filter->feed.ts);

if (ret < 0)
if (ret < 0) {
dmxdev->demux->release_ts_feed(dmxdev->demux, *tsfeed);
return ret;
}

break;
}
Expand Down

0 comments on commit 7719820

Please sign in to comment.