Skip to content

Commit

Permalink
Fixes #10453. Fix deadlock in DVBStreamHandler.
Browse files Browse the repository at this point in the history
This is the same as the bug recently fixed in CetonStreamHandler.
  • Loading branch information
daniel-kristjansson committed Apr 5, 2012
1 parent d0fcdc9 commit 0b7d424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/dvbstreamhandler.cpp
Expand Up @@ -187,7 +187,6 @@ void DVBStreamHandler::RunTS(void)

LOG(VB_RECORD, LOG_INFO, LOC + "RunTS(): begin");

bool _error = false;
fd_set fd_select_set;
FD_ZERO( &fd_select_set);
FD_SET (dvr_fd, &fd_select_set);
Expand Down

0 comments on commit 0b7d424

Please sign in to comment.