Skip to content

Commit

Permalink
Refs #9825. Call CloseVBIDevice() after thread is destroyed.
Browse files Browse the repository at this point in the history
Bug found by Gregorio Gervasio
  • Loading branch information
daniel-kristjansson committed Nov 27, 2011
1 parent b77b9eb commit b5d3479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
Expand Up @@ -1956,6 +1956,7 @@ void NuppelVideoRecorder::KillChildren(void)
vbi_thread->wait();
delete vbi_thread;
vbi_thread = NULL;
CloseVBIDevice();
}
}

Expand Down

0 comments on commit b5d3479

Please sign in to comment.